TDD is BS?

Jacob Carlborg doob at me.com
Thu Jun 20 12:38:08 PDT 2013


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


More information about the Digitalmars-d mailing list