Student Reviews
( 4.5 Of 5 )
2 reviews
Video of Facade Design Pattern in Design Patterns course by Derek Banas channel, video No. 14 free certified online
Code is Here: http://goo.gl/4xqo3
Best Design Patterns Book : http://goo.gl/W0wyie
Welcome to may Facade Design Pattern Tutorial! The Facade pattern is extremely easy to understand. Chances are you have used it already and just didn't know it.
The Facade pattern basically says that you should simplify your methods so that much of what is done is in the background. In technical terms you should decouple the client from the sub components needed to perform an operation.
All of the code that I link to above will fill you in on anything you don't catch in the video.