in reply to A danger of test driven development.
I think that with test driven design it is possible to write code to pass tests rather than code that fulfils the intended purpose. The presence of a safety net may make you a little careless on the high-wire.
I'd still strongly advocate test driven design but I think that it is worth remembering that code is written for a purpose and that purpose isn't to pass tests.
--
John.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: A danger of test driven development.
by adrianh (Chancellor) on Oct 03, 2005 at 13:30 UTC | |
Re^2: A danger of test driven development.
by xdg (Monsignor) on Oct 03, 2005 at 20:44 UTC |