Helper Functions Ordering

Define every helper function directly below the function that calls it, so a file reads from the whole to the parts. Use when adding a helper, when ordering or moving functions in a file, when a hook reports a helper defined above its caller, or when deciding where a new function goes.

TDAK1509 Updated

File contents

TDAK1509/claude-code-skill/tree/main/skills/helper-functions-ordering commit e2ae0cfe90

Frequently asked questions

npx skillmds@latest add tdak1509/helper-functions-ordering