- 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
推薦閱讀
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)(第三版)
- 基于粒計(jì)算模型的圖像處理
- YARN Essentials
- Apache Karaf Cookbook
- Getting Started with SQL Server 2012 Cube Development
- Python完全自學(xué)教程
- D3.js 4.x Data Visualization(Third Edition)
- Spring快速入門(mén)
- 人工智能算法(卷1):基礎(chǔ)算法
- Arduino可穿戴設(shè)備開(kāi)發(fā)
- 小程序從0到1:微信全棧工程師一本通
- Scala Functional Programming Patterns
- 交互設(shè)計(jì)師成長(zhǎng)手冊(cè):從零開(kāi)始學(xué)交互
- 3ds Max 2018從入門(mén)到精通
- OpenCV:Computer Vision Projects with Python