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

A CodingGuidelines update.

* jc/doc-cg-c-comment:
  CodingGuidelines: document // comments
next
Junio C Hamano 2026-02-12 13:42:22 -08:00
commit d1286b26eb
1 changed files with 2 additions and 0 deletions

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.