Added Tim's names to avoid (with the addition of cap-I which looks
like an `l' in some fonts).
This commit is contained in:
parent
d5a7731ccf
commit
7c91cd266a
|
@ -392,6 +392,14 @@ Naming Conventions
|
|||
|
||||
Prescriptive: Naming Conventions
|
||||
|
||||
Names to Avoid
|
||||
|
||||
Never use the characters `l' (lowercase letter el), `O'
|
||||
(uppercase letter oh), or `I' (uppercase letter eye) as single
|
||||
character variable names. In some fonts, these characters are
|
||||
indistinguisable from the numerals one and zero. When tempted
|
||||
to use `l' use `L' instead.
|
||||
|
||||
Module Names
|
||||
|
||||
Module names can be either CapWords or lowercase. There is no
|
||||
|
|
Loading…
Reference in New Issue