in

 

Browse by Tags

  • Separation of Concerns by example: Part 3

    We made quite a bit of progress separating out the concerns in Part 2, but there are still some issues with our current design. Other parts in this series include: Separation of Concerns - how not to do it Separation of Concerns by example: Part 1 - Refactoring away from static class Separation of Concerns...
    Posted to Jimmy Bogard (Weblog) by bogardj on 06-26-2008
  • Principles and Patterns over Tools and Frameworks

    It's interesting to see what other developers value and/or what topics they are interested in regarding the development of software. I'm going to start doing some internal presentations and live coding sessions at my company for my fellow consultants. I've got a pretty long list of possible...
    Posted to joeyDotNet (Weblog) by joeyDotNet on 11-15-2007
  • RE: Presentation Model Question

    I've been working on an end to end example using MonoRail (I know, just get it posted Joey!) that can demonstrate one way this can be implemented and JP has given me the green light to get it posted even though he's working in some sample code as well. (I'm sure his example will be much better...
    Posted to joeyDotNet (Weblog) by joeyDotNet on 09-29-2007
  • Refactoring towards a DRY, fluent interface

    But I (Jesus) say to you, love your enemies, bless those who curse you, do good to those who hate you, and pray for those who spitefully use you and persecute you -- Matthew 5:44 Problem In my current project, I have an application service that is used to make various modifications to a shopping cart...
    Posted to joeyDotNet (Weblog) by joeyDotNet on 09-06-2007
  • Template Delegate Pattern

    This post was originally published here . I've had to use this pattern a few times, most recently in Behave# . It's similar to the Template Method pattern , but doesn't resort to using subclassing for using a template method. Instead, a delegate is passed to the Template Method to substitute...
    Posted to Jimmy Bogard (Weblog) by bogardj on 08-29-2007
  • Creating Composite View Components In MonoRail / Refactoring Exercise

    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 (Weblog) by joeyDotNet on 05-15-2007
Page 1 of 1 (6 items)
Copyright Los Techies 2007. All rights reserved.
Powered by Community Server (Commercial Edition), by Telligent Systems