Regla 1: Los comentarios no deben duplicar el código. Regla 2: Los buenos comentarios no excusan el código poco claro. Regla 3: Si no puede escribir un comentario claro, es posible que haya un problema con el código. Regla 4: Los comentarios deben disipar la confusión, no causarla. Regla 5: Explique el código unidiomático en los comentarios. Regla 6: Proporcione enlaces a la fuente original del código copiado. Regla 7: Incluya enlaces a referencias externas donde sean más útiles. Regla 8: Agregue comentarios al corregir errores. Regla 9: Utilice comentarios para marcar implementaciones incompletas. Rule 1:Comments should not duplicate the code, Rule 2: Good comments do not excuse unclear code. Rule 3: If you can't write a clear comment, there may be a problem with the code. Rule 4: Comments should dispel confusion, not cause it. Rule 5: Explain unidiomatic code in comments. Rule 6: Provide links to the original source of copied code. Rule 7: Include links to external references where they will be most helpful. Rule 8: Add comments when fixing bugs. Rule 9: Use comments to mark incomplete implementations.