Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M12371

Software Design Patterns

Software Design Patterns
CreateHigh supportDesign Thinking
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

Reusable solution templates for recurring problems in software design. The classic 23 patterns are divided into: - Creational (e.g., Singleton, Factory) - Structural (e.g., Adapter, Decorator) - Behavioral (e.g., Observer, Strategy). Scaffolding role: using pattern language to improve design communication efficiency. Design patterns are the crystallization of experience; naming patterns allows teams to express complex design intentions with a single word, and also helps novices quickly learn mature solutions.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Use pattern language to improve design communication efficiency. Design patterns are the crystallization of experience; naming patterns allows teams to express complex design intentions with a single word, and also helps novices quickly learn mature solutions.

anchor

Anchor fast decisions

Provide reusable solution templates for recurring design problems. The mechanism is to encapsulate changes, decouple responsibilities, and program to interfaces, improving maintainability and extensibility.

MINIMUM ACTION

In progress 0/2

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
    zh.wikipedia.orghttps://zh.wikipedia.org/wiki/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F_%28%E8%AE%A1%E7%AE%97%E6%9C%BA%29ZH · Explicit
    verified

RELATED MODELS