John Resig - Simple “Class” Instantiation

Interesting post that has some counter-points to my previous link to Ben Cherry’s module pattern post.  One of the gripes of the module pattern enthusiasts is the need to use the keyword “new” with class instantiation when using the more traditional prototype style for writing OO javascript;  Resig’s post also addresses this.

Blog comments powered by Disqus