Naming Conventions
Use clear, consistent names that reveal intent. Good names eliminate the need for comments and make code self-documenting.
When to Use
- Naming any new variable, function, class, or file
- Reviewing code for naming consistency
- Refactoring unclear or misleading names
- Setting up project-wide naming standards
- Working across languages with different conventions
Core Patterns
Language-Specific Casing
JavaScript/TypeScript:
variables, functions camel
[Description truncada. Veja o README completo no GitHub.]