Especially funny to me is wordUnit! http://www.waterfall2006.com/
Nice blog from David Mauri on explaining the importance of a Data Access Layer.
Matt Berther is doing something similar to what I was talking about in my previous post . Where we differ is where to do the validation of the business rules. He's wrapping his IMyView in a class that knows how to perform the Business Rule validation...
Click here . It's a column by Robert C. Martin that illustrates how TDD improves the quality of code. This line relates directly to my last post, "Tests are users, too. The needs of the tests are often the same as the needs of the real users."
I've recently begun using Test Driven Development as my method for developing and maintaining applications. A worry I had early on was that I have inherited several poorly designed ASP .NET applications (read "poorly designed" as "not designed") and that...