Façade
-
FacadeModeling/DesignPattern 2020. 2. 24. 22:03
1. Overview Facade is an object that serves as a front-facing interface masking more complex underlying or structural code. A facade can: Improve the readability and usability of a software library by masking interaction with more complex components behind a single (and often simplified) API Provide a context-specific interface to more generic functionality (complete with context-specific input ..