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:
Barry Warsaw 2002-05-24 17:07:17 +00:00
parent d5a7731ccf
commit 7c91cd266a
1 changed files with 8 additions and 0 deletions

View File

@ -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