Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
[TDD] What I hate about *Unit frameworks.
Donaldson, John
John C,
toggle quoted message
Show quoted text
While I agree with you, I don't see the point of your post. You can produce elegant code on Windows or on Unix. You work with what you've got is all. John D. -----Original Message-----
From: testdrivendevelopment@... [mailto:testdrivendevelopment@...] On Behalf Of John Carter Sent: 01 May 2013 01:30 To: testdrivendevelopment@... Subject: [TDD] What I hate about *Unit frameworks. Most of them invest way too much effort to make up for the deficiencies of the Windows Operating system. The Component in a Computer tasked with managing concurrency, task separation, and ensuring full clean setup and tear down is.... The Operating System. So if you want to be dead, 100% sure that this test doesn't corrupt that test... you use a process. Nope, not try / catch, not exception handling. That's a flaky almost solution. One test === One Process. Each process is an address space that appears.... and vanishes. But, but, but Processes Are HeavyWeight you can't create and run thousands of processes! Oh yes you can. Processes are lightweight under Unix and have been for decades. In fact much of the hype about threads is a result of Microsoft marketing spin to cope with the fact that Windows 3.1 processes were incredibly heavyweight kludges. In fact there are relatively few places where one should use threads when one can use processes. Want to run a thousand tests? Well, how many cores do you have? Let's keep every core 100% busy. One test, one core. But who is going to spin all those processes and mind the result? GNU parallel is a pretty nifty choice. Or maybe it is something the xUnit's should be doing. -- John Carter Phone : (64)(3) 358 6639 Tait Electronics Fax : (64)(3) 359 4632 PO Box 1645 Christchurch Email : john.carter@... New Zealand -- ------------------------------ This email, including any attachments, is only for the intended recipient. It is subject to copyright, is confidential and may be the subject of legal or other privilege, none of which is waived or lost by reason of this transmission. If you are not an intended recipient, you may not use, disseminate, distribute or reproduce such email, any attachments, or any part thereof. If you have received a message in error, please notify the sender immediately and erase all copies of the message and any attachments. Unfortunately, we cannot warrant that the email has not been altered or corrupted during transmission nor can we guarantee that any email or any attachments are free from computer viruses or other conditions which may damage or interfere with recipient data, hardware or software. The recipient relies upon its own procedures and assumes all risk of use and of opening any attachments. ------------------------------ ------------------------------------ Yahoo! Groups Links |
to navigate to use esc to dismiss