Created
December 29, 2014 00:34
-
-
Save flipjs/8b263c3a6a6485bf0e07 to your computer and use it in GitHub Desktop.
Advice on NOT using semicolons in Javascript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "If you choose to omit semicolons where possible, my advice is to insert them immediately before the opening parenthesis or square bracket in any statement that begins with one of those tokens, or any which begins with one of the arithmetic operator tokens /, +, or - if you should happen to write such a statement." - Michael John Clement |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment