Episode 9 - Facade Design Pattern and Reuse

24/07/2009 3 min
Episode 9 - Facade Design Pattern and Reuse

Listen "Episode 9 - Facade Design Pattern and Reuse"

Episode Synopsis

Facade can help reduce coupling between client code and implementation classes, provide a simpler interface abstracting much of this complexity away and provide a specific, task-centric API. They reduce errors, simplify development, and make it easier to integrate.