Template: Clean Code Principles That Actually Matter
This template validates badge styles and card spacing with a category-first tag.
Principles worth enforcing
- Name things by domain intent, not implementation detail
- Keep modules focused and testable
- Make failure paths explicit
Review heuristics
| Area | Check |
|---|---|
| API | Is the contract clear and versionable? |
| Data | Are invariants validated? |
| UX | Are loading and error states explicit? |
Comments