- 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
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- 深入理解Android(卷I)
- Spring Boot開發(fā)與測試實(shí)戰(zhàn)
- Docker and Kubernetes for Java Developers
- Java異步編程實(shí)戰(zhàn)
- Python自動化運(yùn)維快速入門(第2版)
- 新編Premiere Pro CC從入門到精通
- Scratch真好玩:教小孩學(xué)編程
- Monitoring Elasticsearch
- R語言與網(wǎng)絡(luò)輿情處理
- 深入淺出React和Redux
- Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- Python圖形化編程(微課版)
- 程序員的英語
- INSTANT EaselJS Starter