Methods
Methods
The reusable procedures — how to choose a pattern, how to check a loop design before you run it, and how to scaffold a new loop from a template. These…
The reusable procedures — how to choose a pattern, how to check a loop design before you run it, and how to scaffold a new loop from a template. These are the pages you come back to, not the ones you read once.
- The Decision Framework — Should This Be a Loop at All? — The pattern picker takes for granted that a loop is warranted. This page is the checkpoint that comes before it: four tests a task has to clear before…
- The Loop Design Checklist — A print-and-fill companion to the A–F method. If any box refuses a one-line answer, the design isn't finished — that resistance is the finding.
- Make Your Own Loop — the A–F Method — The 14 steps taught you the organs. This page is the surgery manual: six moves, A through F, that turn "I keep doing this by hand" into a loop you can…
- The Pattern Picker — Answer four questions about the task and read straight off the heartbeat, the level, and the checker. Loop design is mostly classification — and this…
- Scaffold a Loop from the Template — The A–F method tells you what to decide; the design checklist is the blank form. This page is the shortcut between them: a ready-made kit you copy and…
- Worked Example — Designing the Dependency-Update Loop — Make-your-own-loop defines the six moves, A through F. This page applies them to one substantial, real project — automated dependency updates — so you…