in reply to Re: Testing IS Development
in thread Testing IS Development

Yes, that's a really good Ovid article. I was about to say something similar here myself... I'm certainly sold on the value of test-driven development, but while a large body of working tests makes it much easier to make small improvements to the code, it does have the draw-back of acting as a kind of institutional weight on the design, making big changes much harder in many cases.

Replies are listed 'Best First'.
Re^3: Testing IS Development
by chromatic (Archbishop) on Mar 11, 2009 at 05:38 UTC
    ... while a large body of working tests makes it much easier to make small improvements to the code, it does have the draw-back of acting as a kind of institutional weight on the design, making big changes much harder in many cases.

    I expect the same is true from a large body of working code -- the kind I expect to see accompanying a large body of working tests.