Variable Names Are Not Sentences


Don’t concat an entire sentence into a variable name. I see this happen in java code often.

final String concatinatingLotsOfWordsIntoAVariableNameDoesNotMakeItEasierToUnderstand = "";