As the title says how would camel case, which is: theQuickBrownFox
, work when one of the words starts with a lower case letter followed by a capital such as is the case in iPhone.
getiPhoneNumber()
for instance looks weird.
Would it be getIphoneNumber()
or getIPhoneNumber()
or what?
what if it was the first word? iPhoneNumber
vs iphoneNumber
? Since only each different word should be capitalized.