By mlevison
via notesfromatooluser.com
Published: Nov 19 2008 / 08:58
In the past few weeks I've heard several misconceptions raised about Test Driven Development:
* Does TDD really work?
* Writing the tests after the code has been written is the same as Test Driven Development.
* TDD isn't useful for helping to design the architecture of programs.
Tweet
SaveShareSend
Tags: agile, methodology, open source
Comments
willcode4beer replied ago:
I think the 'misconception' happens when the "refactor" step is left out of TDD.
test->code->test->*refactor*->test->code->test.......
Voters For This Link (5)
Voters Against This Link (0)