huntzhan / clidoc

Prove Of Conecept Fork Of Docopt.
MIT License
7 stars 1 forks source link

Rename variable names. #14

Closed huntzhan closed 9 years ago

huntzhan commented 9 years ago

Use abbr. to replace long variable name.

huntzhan commented 9 years ago

Google C++ Style Guild:

Give as descriptive a name as possible, within reason. Do not worry about saving horizontal space as it is far more important to make your code immediately understandable by a new reader. Do not use abbreviations that are ambiguous or unfamiliar to readers outside your project, and do not abbreviate by deleting letters within a word.

So it's not a good idea. Try to refactor the code instead!