mirror of
https://github.com/JakubVojvoda/design-patterns-cpp.git
synced 2025-12-18 13:24:37 +03:00
add Facade pattern
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
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.
|
||||
The pattern has structural purpose and applies to objects.
|
||||
|
||||
### When to use
|
||||
|
||||
|
||||
Reference in New Issue
Block a user