- Spring 5 Design Patterns
- Dinesh Rajput
- 104字
- 2021-07-08 09:59:39
Facade Design Pattern
Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use.
- GOF Design Patterns
- GOF Design Patterns
The Facade design pattern is nothing but an interface of interfaces to simplify interactions between the client code and subsystem classes. This design comes under the GOF structural design pattern.
Benefits of Facade Pattern:
- This pattern reduces the complexities for clients to interact with subsystems
- This pattern consolidates all the business services as single interfaces to make them more understandable
- This pattern reduces dependencies of client code on the inner workings of a system
推薦閱讀
- DevOps with Kubernetes
- C# 2012程序設計實踐教程 (清華電腦學堂)
- arc42 by Example
- vSphere High Performance Cookbook
- Reactive Programming with Swift
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- aelf區塊鏈應用架構指南
- Learning Laravel 4 Application Development
- Mastering KnockoutJS
- Swift語言實戰精講
- C語言程序設計實訓教程與水平考試指導
- Instant Zurb Foundation 4
- Web程序設計:ASP.NET(第2版)
- Java EE程序設計與開發實踐教程
- Learning Apache Thrift