Created
May 10, 2014 00:15
-
-
Save dbb/8e73d5758d5d6cfa427c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Out of curiosity, does anyone know why they decided to use capital letters in directory names? | |
I suppose camel case makes sense for readability with multi-word names, but to me it would also be kind of a pain on the command line. I see myself constantly typing, for instance, /pro<TAB> only to have zsh's correction ask me if I meant Programs. | |
Whenever I create directories, I always try to use digits and lowercase letters *only*, unless it's absolutely necessary. I think this habit was ingrained in me by TLDP or something similar when I first started using Linux. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment