Wednesday, June 22, 2011

Using TestDrivenDesign

Announcing the TestDrivenDesign C# library on Github: http://github.com/jfoshee/TestDrivenDesign

Over the past few years I have become an advocate of Test Driven Development and Test Driven Design (TDD).

I've done most of my unit testing in C# using the Visual Studio unit testing framework.  So, I've started to factor out common patterns from my tests into this library.

The name of this library may seem a bit presumptuous.  But, I thought it was appropriate since I want to see more code:
using TestDrivenDesign;

No comments:

Post a Comment