The lowercase Convention
Not mentioned earlier, the lowercase convention is also camelCase, but
with only one concatenatenated word. For example, exception and
myException are both perfectly valid camel case identifiers. DO NOT use
all lowercase identifiers where more than one word is being
concatenated to create the identifier. More importantly, do not use
lowercase identifiers where the use of camel case is not permitted.