Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:He's right (Score 1) 567

It can often be more work writing the unit tests than writing the code.
Yeah, I think this underscores one of the main advantages of test-first coding. Once you've written all the tests, you have a really good idea how to go write the actual code and that process will be much quicker and easier.

Slashdot Top Deals

Do not underestimate the value of print statements for debugging.

Working...