I really hate hate hate hate hate snake_case. But you know, there are some things which are worse. Rust's mixture of snake_case and upper CamelCase and a lot more exotic things for example. Which poor creature, moaning of pain because of its birth, came up with that? I mean, like, REALLY? It's so random when to use what :/
The only case I like is lower camelCase. It's simple, readable, short.
What else do I hate? Well.... stuff like
var B = 'Hellow';
var ß = 'World';
and
int myvar = 42;
int myVar = 17;
Like... really? Or have you seen that?
var dothelongflopoversomehurdles = 34;
var dothelongflopontosomehurdles = 666;
OkOk, the one with the ß was taken from "how to secure a job for live" (or something like that). But I already found the other two in the wild. Scary.