Principle Foundational Thinking

Choose the core data structures, ownership, and sequencing first so downstream logic becomes simpler. Use when before writing logic, especially when state or concurrency is involved.

TheOnlyFusionCube 4c385fe 788 B Updated

File contents

Foundational Thinking

Trigger

Before writing logic, especially when state or concurrency is involved.

Rule

Choose the core data structures, ownership, and sequencing first so downstream logic becomes simpler.

Application

  1. Name the concrete decision this principle changes.
  2. Apply the rule to that decision, not as a decorative citation.
  3. Prefer evidence from the current repository/runtime over generic preference.
  4. If the principle conflicts with an explicit user constraint, keep the constraint and state the tradeoff.

TheOnlyFusionCube/potetos-for-everyone/tree/main/skills/principle-foundational-thinking commit 4c385fe83c

Frequently asked questions

npx skillmds@latest add theonlyfusioncube/principle-foundational-thinking