Maybe I don't get the minutia of the topic, because to me naming convention seems really simple:
names should prioritize clarity far above brevity.
functions names should be verbs. variable names should be nouns.
boolean, enums, etc should be adjectives, etc