Meaningful Names
Use descriptive variable and function names that reveal intent
CLAUDE.md
Use descriptive variable and function names that reveal intent. A reader should understand the purpose without reading the implementation. Avoid single-letter variables except in short lambdas and loop counters.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.