Naming conventions should follow the language
For example, id, class and attribute names should be in lowercase-with-dashes in HTML/CSS; JavaScript names should be in camelCase (better defined here); and anything in URLs (including file names) should be in lowercase not only because of conventions, but for cross-platform compatibility as well.
Please, avoid crazy shit like ab_someName and keep things consistent!
Leave a Reply