Browse by Tags

All Tags » Miscellaneous » Design Patterns (RSS)
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...
I'm about 50 pages into The Gang of Four's Design Patterns . I've been reading about design patterns since I finished Agile Software Development recently. The COMPOSITE pattern has been one of my favorites, but I didn't really understand how prevalent...
More Posts