Tuesday, January 15, 2008

Getting Started with Test Driven Development

Test Driven Development means that you do not write a single line of code without first having a failed test. This means that you should only write the code that is necessary to pass the test. The following article gives a starting point for this.

http://www.koffeekoder.com/ArticleDetails.aspx?id=334

No comments: