0

I need an official place where I can quote JavaScript coding conventions similar to what Python have as PEPs, for instance that JavaScript files should end with an empty new line.

The reason why I need to quote things like this is because I am putting together a document of rules/advises that should be followed for a specific project I manage. Too many bugs with our build and whatnot could be avoided and time not wasted if it were for this document to exist already. I believe many of us here feel this pain.

Bruno Finger
  • 2,105
  • 3
  • 27
  • 47
  • 2
    [Mozilla have great extensive info on bets coding practices for JS](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style), and of course you can refer to the [official spec](https://www.ecma-international.org/publications/standards/Ecma-262.htm). – samiles May 26 '17 at 09:25
  • 1
    https://stackoverflow.com/questions/1606212/why-is-there-no-official-javascript-reference – timgeb May 26 '17 at 09:26
  • 1
    see https://stackoverflow.com/questions/1606212/why-is-there-no-official-javascript-reference – Sagar Vora May 26 '17 at 09:27
  • 1
    @samiles this definitely works for me, thanks. – Bruno Finger May 26 '17 at 10:08

0 Answers0