w3ctag / subclassable-apis-guide

How and why to design APIs that allow subclassing
3 stars 8 forks source link

Give an overview of how JS subclassing works #3

Open domenic opened 10 years ago

domenic commented 10 years ago

Focus should be on how the mechanisms involved (e.g. Superclass.call(this)) feed back into API design considerations (e.g. that means Superclass needs to support branded objects as this).