Maintainable Coding Principles

Seven habits for writing code that is easier to understand, change, test, debug, and trust - visible main paths, meaningful names, contained external dependencies, invalid states made unrepresentable, decisions separated from side effects, useful errors, and focused changes. Use whenever you write, edit or review code, before you start an implementation, or when the user asks how to make code more maintainable.

TDAK1509 Updated

File contents

TDAK1509/claude-code-skill/tree/main/skills/maintainable-coding-principles commit 81176d5623

Frequently asked questions

npx skillmds@latest add tdak1509/maintainable-coding-principles