CamelCase? snake_case? Something else? And why?
You must log in or register to comment.
snake_case and kebab-case
PascalCase or camelCase (note the capitalization of the first letter, that’s the difference between the two) basically always.
I really like kebab-case, because I’m a lisp aficionado
Kebab case hands down, it’s as readable as snake case, but easier to type. Unfortunately, it’s rarely seen outside Lisps.