diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines index df72fe0177..51cb70b515 100644 --- a/Documentation/CodingGuidelines +++ b/Documentation/CodingGuidelines @@ -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.