I'm looking for a comprehensive (or as close as possible) list of all the prototype-programming style javascript work done to date. Does anyone know of such a list somewhere, or have the knowledge to compile it somewhere and then reference it here?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
The short answer is that a comprehensive list probably does not exist. Here is a resource that compares class and prototyped based Javascript, which includes examples of the styles you asked for: http://www.learn-javascript-tutorial.com/Prototype-Based-Inheritance.cfm You might want to consider a broader question and the possibly flawed underpinnings of class-based design (particularly for JavaScript): Why make JavaScript class based? |
||||
|
|
