On 2013-06-20 20:14, Sean Kelly wrote:

And this is why the waterfall model (which TDD seems to encourage) tends to be 
problematic.

You don't write all the test at once and then all the implementations at once. Write tests for one function first, then implement it. Then move to the next function.

Also, tests are not written in stone. They should evolve and change just as much as the rest of the code.

--
/Jacob Carlborg

Reply via email to