Synopsis: | Do not use letters that can be mistaken for digits, and vice versa |
Language: | C# |
Severity Level: | 7 |
Category: | Naming |
Description: |
To create obfuscated code, use very short, meaningless names formed from the letters
bool b001 = (lo == l0) ? (I1 == 11) : (lOl != 101); will wonder what this means. |