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.