[POLL] JavaScript naming conventions. Do you prefer under_scores or camelCase? (twitter.com) 1 points by basicallydan 10y ago ↗ HN
[–] smt88 10y ago ↗ People might find this very, very "not OK" but I use snake_case for local variables and camelCase for methods.But I also use traditional OOP in JavaScript, which is also considered "not OK" by a lot of people...
1 comment
[ 3.1 ms ] story [ 15.1 ms ] threadBut I also use traditional OOP in JavaScript, which is also considered "not OK" by a lot of people...