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 opinions all stem from the decision of one person or a group of people who created the language.
I'd love to see a graph showing just how much more readable words_per_minute is than wordsperminute. Obviously I'm most interested in the more controversial cases such as wordsPerMinute. I suspect the most readable ones take the most time to type, and vice versa, but of course I can't be sure of this on my own.
Have there been any language-agnostic studies done comparing readability of different capitalization schemes? Stats on speed of typing would also be welcome.
foo.bar()style), I find that_and.get somewhat mixed up, so I prefercamelCaseorPascalCasefor readability (as.in long call chains stands out really well that way). On the other hand, when all I have is plain function calls, thenunderscore_separatedseems to be better. Of course this is subjective experience, but it may well have factual underpinnings. – Pavel Minaev Dec 8 '09 at 20:52lowercase_with_underscores, because it just... feels better. – R. Martinho Fernandes Dec 8 '09 at 20:59