Episode 9 - Facade Design Pattern and Reuse




Software Reuse Podcast show

Summary: 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.