DEV Community

Discussion on: Snake Case vs Camel Case

Collapse
 
hb profile image
Henry Boisdequin

@somedood I went through something similar! When I was learning JS/TS and then went to Python and Rust, I found it hard to use snake_case since I was used to camelCase. Since I didn't want to have countless warnings from the compiler, I used snake_case.