Wednesday, November 24, 2004

Some Answers to TDD

Test Driven Development (or TDD) is a programming methodology where you write a test for a feature, then write code that passes that test. Julian Bucknall shares some of his answers on TDD in his Blog.

TDD is something I am really interested in and am advocating. I think methodology is a lot more important then language, framework or platform when it comes to programming. I am reading Pragmatic Unit Testing in C# with NUnit By Andy Hunt, Dave Thomas. It provides a lot of good information on the subject. I'll have a book review here soon. I am also looking at picking up the new Unit Test Frameworks by Paul Hamill next.

No comments: