Browse by Tags

TDD Presented
This morning I presented an overview and example of Test Driven Development to my office peers. I had very little, if any time to prepare, so I completely ad-libbed it and used a Development Driven Presentation TM approach with a simple Person class with only one property. I started with a brief summary of the concept, and using NUnit and TestDriven.NET I proceeded to use tests to drive the development of my sample class. I tested the constructor and property get using comparison asserts, then tested...