Facade Pattern
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
Provide a unified interface to a set of interfaces in a subsystem. Facade Pattern defines a high-level interface that makes the subsystem easier to use.
SCAFFOLDING EFFECT
Reduce cognitive load
Reduce cognitive load. The core value of a leader or product is to act as a "facade": hiding the extremely complex logic behind (legal, financial, supply chain) and only providing users/subordinates with a simple button (interface). Keep complexity to yourself, keep simplicity for others.
Anchor fast decisions
Facade Pattern provides a unified simplified interface for complex subsystems, hiding internal dependencies. The mechanism is to use a stable facade to reduce the cognitive and coupling costs of the caller.
MINIMUM ACTION
In progress 0/1Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- en.wikipedia.orghttps://en.wikipedia.org/wiki/Facade_patternverified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS