"Naming Conventions Tier List"
submitted by DaDevNoob
https://reddit.com/r/ProgrammerHumor/comments/vz5pn2/naming_conventions_tier_list/
@carce @DeveloperMemes I have an emacs plugin that coverts between cases on the spot, but fortunately I don't spend much time switching contexts so I don't have to deal with this too much. Just snake-case (clojure, elisp, scheme) most of the time, then camel (javascript) and whatever (php)
@DeveloperMemes @worldsendless Oh no. Apologies. Not what I meant. You have your Clojure code and then you connect it to a random snake_case database. Do you kebab case the columns in your code or do you live with the source db convention. Or do you just use code convention in the db?