September 2009
1 post
For and Against Test-Driven Development
Comment left here. I’ve been training people on TDD and the first thing I said is you need to start from the functional spec and then (maybe) create a technical spec that is used to drive the tests. Understand the problem first – and then the tests are just part of writing the code as a whole, no biggie. Writing small tests for small bits of code make you think small, with short well focussed...
Sep 16th