<...> > As others have said, most other OO languages implement class-based > inheritance, often as a result of their linear underpinnings. People who > are used to this approach, then go through some horrible kludges to > simulate this unnecessarily in JavaScript apps, and then complain that > the results are horrible. Prototype-based inheritance is a very > different beast, and one that is much better suited to the way that > JavaScript is supposed to be used. <...>
And thereby I suggest some related reading: http://steve-yegge.blogspot.com/2008/10/universal-design-pattern.html Enjoy! Regards, Rimantas -- http://rimantas.com/ ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
