Welcome to Foxite.COM Community Weblog Sign in | Join | Help

January 2007 - Posts

Design Patterns – The Façade

The façade is, perhaps, the second most commonly implemented design pattern. Just like the Bridge (probably the most widely used pattern of all, and certainly the most fundamental) it is usually implemented without a conscious decision having been made.
posted by andykr | 0 Comments

Design Patterns - The Mediator

What is a mediator and how do I use it? The mediator describes one solution to a key issue that we all encounter whenever we try to design a new class. How to deal with situations where one object has to respond to changes in, or control the behavior
posted by andykr | 0 Comments

Design Patterns - Adapters and Wrappers

What is an adapter and how do I use it? The adapter, as its name implies, describes a solution to the problem of making two disparate interfaces compatible by acting as a translation mechanism between them. How do I recognize where I need an adapter?
posted by andykr | 0 Comments