Javascript Style Guides
I haven't really written tonnes and tonnes of Javascript code yet, so I may not have any habits. Maybe I do. Anyway, I know consistent style is quite important and I also know that in the realm of Javascript that there are a variety of style guides used. I've stumbled upon a few. Google's: https://google.github.io/styleguide/jsguide.html AirBnB's: https://github.com/airbnb/javascript This Guys: https://github.com/rwaldron/idiomatic.js/ Anyway- my question is just what is recommended? What do ya'll do? I want to get in a habit of writing consistently according to some kind of standard. Quick Edit: I know about linters - like ESlint and JSlint. I have VSCode. I think that knowing what those kind of linters are looking for is better than always guessing though.