تقييمات الطلاب
( 4.5 من 5 )
٢ تقييم
فيديو شرح Facade Design Pattern ضمن كورس Design Patterns شرح قناة Derek Banas، الفديو رقم 14 مجانى معتمد اونلاين
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.