Simple JavaScript Inheritance by John Resig, 2008

Links

Simple JavaScript Inheritance by John Resig, 2008.

Abstract (from article introduction)

I’ve been doing a lot of work, lately, with JavaScript inheritance – namely for my work-in-progress JavaScript book – and in doing so have examined a number of different JavaScript classical-inheritance-simulating techniques. Out of all the ones that I …

Continue reading »

Programming Style & Your Brain by Douglas Crockford, 2011

Links

Programming Style & Your Brain by Douglas Crockford, 2011.

Abstract (from video about)

In this keynote talk from YUIConf 2011, Yahoo! JavaScript architect Douglas Crockford drops some science to explain why code style is important in programming – particularly in JavaScript – and how tools like JSLint can help …

Personnal opinion

A …

Continue reading »