David O'Brien : Personal Blog

My Blog Posts

    Design Patterns - Decorator

    Posted: December 14, 2024

    Other Posts in this Series Introduction Decorator Strategy Stateful Fluent Builder Stateful Fluent Builder

    Design Patterns - Factory

    Posted: December 14, 2024

    Other Posts in this Series Introduction Decorator Factory Introduction The Factory pattern is probably one of the most used patterns seen…

    Design Patterns - Strategy

    Posted: December 14, 2024

    Other Posts in this Series Introduction Decorator Strategy Introduction The Strategy pattern is probably one of the most used patterns…

    Hidden Coupling

    Posted: December 8, 2024

    I seem to be more concerned about coupling in systems than a lot of the developers I've worked with over the years,and I expect that's…

    Stateful Fluent Builder

    Posted: September 16, 2024

    The builder pattern is one of the standard creational patterns identified in the original Gang of Four book. I've often seen an…