CodingGuidelines: do not call the conditional statement "if()"
[gitweb.git] / Documentation / CodingGuidelines
index 0a574b204c00d2a577f73bf9687dbbc491797a44..aeaa82451e8ac693386558a590a3e51db42ee210 100644 (file)
@@ -194,7 +194,7 @@ For C programs:
    of "else if" statements, it can make sense to add braces to
    single line blocks.
 
- - We try to avoid assignments inside if().
+ - We try to avoid assignments in the condition of an "if" statement.
 
  - Try to make your code understandable.  You may put comments
    in, but comments invariably tend to stale out when the code