Cohesion
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
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 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/4Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- en.wikipedia.orghttps://en.wikipedia.org/wiki/Cohesionverified
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