Tag Archives: Design Patterns

The Strategy Design Pattern in ColdFusion

Thoughts on the Strategy design pattern specific to ColdFusion and it’s typeless nature. What is the Strategy design pattern? Suppose you have an object A which needs to use another object B. [A] — uses —> [B] Then a different situation requires that you need to exchange B for another object C; so object A [...]
Posted in Design Patterns, OOP | Also tagged | Comments closed