Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M0751

Cohesion

Cohesion
CreateHigh supportDesign Thinking
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

The degree to which elements within a module (or department) are closely related. High cohesion means that the things inside a module exist for the same purpose.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Organization and structuring. Paired with 'low coupling'. Check your team: if one person handles both sales and computer repairs, that is 'low cohesion'. By making responsibilities singular and pure, efficiency naturally improves.

anchor

Anchor fast decisions

If elements within a module serve the same responsibility, changes, understanding, and reuse are consistent and do not interfere with each other; low cohesion means mixed goals, and a change in one place affects others. The mechanism is 'goal consistency → low coupling side effect'.

MINIMUM ACTION

In progress 0/4

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/CohesionZH · Explicit
    verified

RELATED MODELS