I had an interesting chat with another dev about the pros and cons of different style guides yesterday and was interested to see what everyone else uses.
Personally I like how prescriptive the AirBnB style guide is (with the TS addon, I know it's not officially supported) which really helps with readability across large projects, but I know not everyone likes.
So, what's your favourite? React for the poll, and comment why!
(in alphabetical order ๐)
๐ I like AirBnB
๐ฆ I like Google
๐คฏ I like Standard
๐ I like XO
๐ฅ I use some other style guide (write in)/I have my own rules
Top comments (2)
It would be nice if someone would write an article about the different style guides. In my opinion, it should be concise and focus on the layout, rather than the implementation details of the code.
Agreed! I would love to see such a guide. I'll see if I can find a suitable boilerplate repo that I can experiment with - no promises though ;)