A collection of principles and patterns for writing clean, readable, and maintainable code.
Note: The principles and rules in each document apply to all programming languages. Examples are shown in a specific language for concreteness, but the patterns themselves are language-agnostic.
Important: When refactoring, remove comments that are no longer relevant to the changed code. However, comments that are still valid and provide useful context (e.g., why a decision was made, business rules, workarounds, warnings) must be preserved.
Haga cumplir los principios de código limpio al escribir o revisar código. Úselo al escribir nuevas funciones, refactorizar código existente o revisar el código para garantizar su legibilidad y mantenimiento. Cubre cláusulas de protección, modularización, convenciones de nomenclatura y más. Fuente: aj-comp/agent-skills.