WWYD
How do you handle Lower Camel Case when a noun begins with a lowercase letter?
// Beautiful:
Device.isAndroid()
// Hideous:
Device.isiOS()
I do my best to say, think, find, and make nice stuff. ...more
Follow @matthewghHow do you handle Lower Camel Case when a noun begins with a lowercase letter?
// Beautiful:
Device.isAndroid()
// Hideous:
Device.isiOS()