Design Patterns - Facade Pattern
Time for another, simple, design pattern. The Facade Pattern.
I'm going to need a break soon, getting a bit burned out, which never is a good thing.
Anyway, the definition of today's pattern: "Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use."
![Facade Pattern Class Diagram](http://wiki.cumps.be/_media/files/blog/facade/facade2.gif)
Read more at http://blog.cumps.be/design-patterns-facade-pattern/