Browse by Tags
All Tags »
Design Patterns (
RSS)
Especially funny to me is wordUnit! http://www.waterfall2006.com/
I had been looking for some accounting patterns about 5 months ago for a project I've nearly completed now. This morning I came accross Martin Fowler's Development of Further Patterns of Enterprise Application Architecture . I was delighted to find that...
Last week I blogged about a problem I was having finding common ground between the DataReader object, and the Datarow object. I complained of having to write two different constructors that were identical in nature except for the type of object received...
Nice blog from David Mauri on explaining the importance of a Data Access Layer.
When I composed yesterday's blog , I was focused primarily on the issue of implementing the Interface of the target object in the UI element that edits that object. In my head I was calling it the User Interface Interface pattern, or UI^2. The 7 layers...
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...
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