Timeline for Why the recent shift to removing/omitting semicolons from Javascript?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 29, 2012 at 17:09 | comment | added | Raynos | jslint is useless, jshint however is a different tool. | |
| Mar 29, 2012 at 16:48 | comment | added | Ed James | @Raynos Actually, I've found that JSLint tends to be a bit useless with the complexity of some of the framework-heavy code I often work with. Plus, ;\n and \n aren't the same in all circumstances, otherwise there'd never be a need for the ;. | |
| Mar 29, 2012 at 16:41 | comment | added | Raynos | As for disambiguating a statement, both \n and ;\n are the same | |
| Mar 29, 2012 at 16:40 | comment | added | Raynos | jshint is still an important tool. | |
| Mar 29, 2012 at 13:16 | history | answered | Ed James | CC BY-SA 3.0 |