You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2022. It is now read-only.
The current convention is to use PascalCase for files and camelCase for folders.
After using that convention for a while, I realized may be it is better to use camelCase for both. The reason is some 'default' files expected by other conventions (e.g. index.html) has a better chance of not conflicting with camelCase. Furthermore, I think it is more common for people to use all lower case letters for file names when the name has only one word (too lazy to press Shift key? :-p)
The text was updated successfully, but these errors were encountered:
The current convention is to use PascalCase for files and camelCase for folders.
I didn't realize that this is the current convention. :p
I agree that we should use camalCase for files. Right now our .md files, .xml files and .fxml files in addressbook have a mixture of PascalCase and camelCase, which is quite inconsistent.
The only exceptions I can think of right now would be:
Java files where the filename has to match the class name.
Standard expected filenames such as README.md.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current convention is to use PascalCase for files and camelCase for folders.
After using that convention for a while, I realized may be it is better to use camelCase for both. The reason is some 'default' files expected by other conventions (e.g.
index.html
) has a better chance of not conflicting with camelCase. Furthermore, I think it is more common for people to use all lower case letters for file names when the name has only one word (too lazy to press Shift key? :-p)The text was updated successfully, but these errors were encountered: