5 ms·
Man, what a piece of shit. Apple should pull this immediately.
by foobarbazoo 15y ago
Man, what a piece of shit. Apple should pull this immediately.
- yalogin 15y agoGood that I saw this before reading the pdf. Can you point me to a better resource?
- adolph 15y agoAs seen elsewhere in the comments, Crockford's is very good: http://javascript.crockford.com/code.html http://javascript.crockford.com/code.html
- jarek-foksa 15y agoJavaScript Garden is the best collection of JavaScript best practices I have seen so far: http://bonsaiden.github.com/JavaScript-Garden/ http://bonsaiden.github.com/JavaScript-Garden/
- neimado 15y agoI agree. Also they aren't using 1TBS for the code examples, and that will naturally lead to noob javascript programmers running into trouble when they inevitably type return { hello:"world" } using 1TBS will naturally lead the programmer to type the correct javascript syntax return { hello:"world" } 1TBS is naturally a better fit for javascript programming.