Open domenic opened 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).
Superclass.call(this)
Superclass
this
Focus should be on how the mechanisms involved (e.g.
Superclass.call(this)
) feed back into API design considerations (e.g. that meansSuperclass
needs to support branded objects asthis
).