Facade: Introduction

Get a brief introduction to the Facade design pattern.

We'll cover the following...

The Facade design pattern is all about building a simple interface to abstract away the complexity of using multiple complex interfaces. For example, if our application needs to access multiple services and then perform some complex logic of coordinating the responses from ...