Name Things

Use when naming or renaming functions, variables, types, files, or modules — or when a code review keeps stumbling over confusing names. Forces names to reveal intent and role, kills generic names (data, handle, process, manager, util), and aligns vocabulary with the domain. Use when reading code feels harder than it should, when two things have nearly the same name, or before extracting a new function or type that needs a name.

mikestangdevs c6a6ae2 5.3 KB Updated

File contents

mikestangdevs/craft-skills/tree/main/skills/craft/name-things commit c6a6ae253e

Frequently asked questions

npx skillmds@latest add mikestangdevs/name-things