Merge branch 'jc/doc-cg-c-comment' into next

A CodingGuidelines update.

* jc/doc-cg-c-comment:
  CodingGuidelines: document // comments
This commit is contained in:
Junio C Hamano
2026-02-12 13:42:22 -08:00

View File

@@ -430,6 +430,8 @@ For C programs:
*/
_("Here is a translatable string explained by the above.");
We do not use // comments.
- Double negation is often harder to understand than no negation
at all.