clean-codejs-comments
Installation
SKILL.md
Clean Code JavaScript – Comment Patterns
Table of Contents
- When to Comment
- When Not to Comment
- Examples
When to Comment
- Explain why, not what
- Document complex business rules
When Not to Comment
- Obvious code
- Outdated explanations
Examples
Related skills
More from damianwrooby/javascript-clean-code-skills
clean-codejs-functions
Function design patterns emphasizing single responsibility and clarity.
99clean-codejs-modules
Module and file-structure patterns for clean JavaScript architecture.
85clean-codejs-objects
Object and class design patterns following Clean Code JavaScript.
73clean-codejs-naming
Naming patterns and conventions based on Clean Code JavaScript principles.
9