There should be a channel about naming things. Har...
# codingconventions
m
There should be a channel about naming things. Hardcore topic 😄
😂 2
h
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
m
That "clarity" part is the tricky part in naming. The format is easy 🙂