Introducing the Facade Design Pattern

In this video, we will discover the Facade Design Pattern. Creating a simple constant interface. This interface is going to be sent to the user no matter what library element they are using.

  • We march towards our main goal—hiding everything
  • We want users to always get the same object; let's do that
  • Keep what happens behind the hood behind the hood

Complete and Continue