Hacker News new | ask | show | jobs
by laerus 946 days ago
camelCase instead of snake_case is such a turnoff :(
1 comments

Even coming from Ruby, which uses snake_case, I've come to prefer camelCase over both snake_case or kebab-case. Since camelCase compacts more into a single token (separating it from what comes after), and it better passes the squint test.