The Single Responsibility Principle This post is about the first letter in Uncle Bob's SOLID acronym, Single Responsibility Principle , and a continuation of The Los Techies Pablo's Topic of the Month - March: SOLID Principles . Sean has already posted on this, but I'd like to "contribute"...
In a previous post , I showed some examples of how to create custom view components in MonoRail and touched on the ability to create composite view components. Since then I've refactored towards the use of interfaces which I think is a cleaner approach, so I thought I'd share. First, let's review the...
Posted to
joeyDotNet
by
joeyDotNet
on 05-15-2007
Filed under: refactoring, c#, monorail, castle, tdd, patterns