Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M0216

Primitive Obsession

Primitive Obsession
Learn & MetacognitionmediumCognitive Science
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

In programming, it refers to the excessive use of primitive data types (such as using strings to represent dates or phone numbers) without encapsulating them into dedicated objects. In cognition, it refers to thinking only with the most primitive and rough concepts, lacking refined and specialized models.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Refined thinking. When discussing complex things (such as "good design"), if you can only use primitive words like "good/bad", you are suffering from "primitive obsession". Build a specialized vocabulary (such as "negative space", "visual balance").

anchor

Anchor fast decisions

"Except itself" is a limiting expression for boundary exclusion, often used in sets, definitions, or rules, indicating that an object applies to all members except the self-referential object, to avoid self-reference paradoxes or circularity.

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
    nplus.wikihttps://nplus.wiki/refactoring/docs/03-bad-smells-in-codeZH · Explicit
    verified

RELATED MODELS