Tagged Questions
The casing-conventions tag has no wiki summary.
8
votes
6answers
933 views
What is the best practice for naming and casing multi-word CSS classes and ids?
I'm trying to find out what is the best practice for naming and casing css classes and ids, especially multiple word names.
So for instance, say I have a <div> that I want to name "character ...
1
vote
3answers
99 views
Have any identifier case readability studies been done?
Different languages have different standards for identifier casing. Most discussion I see about this subject revolves around a specific language, and is loaded with personal opinions. And these strong ...