Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M1262

Hollywood Principle

Hollywood Principle
BusinessHigh supportManagement
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

"Don't call us, we'll call you." In framework design, instead of user code calling the framework, the framework calls user code (callbacks) at appropriate times.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Passive trigger mechanism. In management, rather than constantly asking employees for progress (polling), it's better to set trigger points (e.g., "notify me when done") to free up management bandwidth.

anchor

Anchor fast decisions

Software design principle "Don't call us, we'll call you": the framework/container holds control and calls your code at appropriate times (inversion of control, IoC). The mechanism is to hand over process control to the underlying framework.

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
    en.wikipedia.orghttps://en.wikipedia.org/wiki/Inversion_of_controlZH · Explicit
    verified

RELATED MODELS