t_var_s@lemmy.mltoGeneral Programming Discussion@lemmy.ml•What's your favourite naming case system in programming?
1·
4 years agosnake_case for variable names because they seem to be holding something in their underscores. camelCase for functions because verbNoun looks good. PascalCase for classes because it looks like it’s a level above that needs to be instantiated before getting used.
Excuse me, wtf?