-
Mikonnen and Taivalsaari of Sun Labs express what seems like astonishment that JavaScript can be used as a “real” programming language. The paper explores in part the stylistic and expressive possibilities of JavaScript. (hat tip to Douglas Crockford)
-
Douglas Crockford discusses ways to make the programmer’s intent clearer in JavaScript. Making unambiguous, human-readable code should be the FIRST goal of any JavaScript programmer, even prior to making sure the code actually works.
-
Douglas Crockford discusses basic stylistic considerations in the costruction of JavaScript. Someone will eventually have to look at, repair, or alter your code without you there to help them; make their job a little easier, eh?