<<< Object Reuse | Index | Keeping Scopes Small >>> |
Naming consistency of classes, attributes, operations, and constants involves:
style and structure of names
UPPER_CASE vs. lower_case vs. MixedCase vs. Title_case vs. camelCase
consistent use of abbreviations (or ban them entirely.)
Using code alignment and whitespace.
See also:
<<< Object Reuse | Index | Keeping Scopes Small >>> |