Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M0322

Memento Pattern

Memento Pattern
DecideHigh supportDecision Science
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

Without violating encapsulation, capture an object's internal state and save it outside the object so that it can be restored later. That is, 'save/load'.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Decision snapshot. Before making a major decision, write down your current feelings, the data you rely on, and the expected outcome (save). Review it half a year later (load), which is the best tool for calibrating intuition and avoiding hindsight bias.

anchor

Anchor fast decisions

Without violating encapsulation, capture and externally save the object's state, supporting lossless restoration later; decouple the 'state snapshot' from the object.

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

RELATED MODELS