Jul 27, 2017 · 1 min read
Nice article, I wrote about coding conventions as well a month ago. In javascript the conventions are mostly defined by the framework used (except for some basics like the position of braces), a good choice is to implement linters and define your own custom convention (or use any preset that companies offer, like google).
