Browse by Tags
All Tags »
Test Driven Development (TDD) (
RSS)
I've been practicting Test Driven Development pretty religiously for about a year now. That and the reading I've done on design patterns and software architecture have dramatically improved my software design and quality. I've got an automated build server...
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...
I've been reading about and applying Test Driven Development and Design Patterns over the last few months. Today I saw the culmination of that effort in the design of new module of ASP .NET software that was added to an existing project on Monday. Early...
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...
More Posts