After playing with a dozen different JavaScript libraries such as Prototype, jQuery, YUI, just to name a few, I found that every other library has a different way of modeling some kind of class hierarchy and provides some support for the inheritance class. (Except jQuery) Also, what is very annoying is that when you create a new class, it should be library dependent, unless you follow the simple old way.
I am wondering which library offers the best support for class inheritance in general and why.
I hope that once the authors of the JavaScript library can agree on one style of creating and inheriting classes.
javascript javascript-framework
Aaron Qian Apr 02 '09 at 19:23 2009-04-02 19:23
source share