Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M0538

Facade Pattern

Facade Pattern
Learn & MetacognitionHigh supportCognitive Science
Included
account_tree

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

psychology

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

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/1

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/Facade_patternZH · Explicit
    verified

RELATED MODELS