This post originated from an RSS feed registered with .NET Buzz
by Maruis Marais.
Original Post: Twelve benefits for doing TDD
Feed Title: exceptionz
Feed URL: http://feeds.feedburner.com/Exceptionz
Feed Description: I am an XP, TDD, OO and .NET enthusiast. Things like Design Patterns makes my pulse race, I love learning exciting new things and to share my thoughts and techniques with the world. So join me and together we can explore the awesome world of software development
New Zealand .Net User Group 2006 Blog of the Year competition - Vote for Me!J. Timothy King list the following twelve benefits you get from doing Test-First programming:Unit tests prove that your code actually works.
That means you have fewer bugs. No, unit tests canât replace system and
acceptance testing. But they do supplement it. The fewer bugs that make
it to QA, the better.You get a