Juan Ignacio Dopazo (2013-07-29T18:27:17.000Z)
2013/7/29 Brandon Benvie <bbenvie at mozilla.com>

> My experience is that inheritance is usually done shallowly and these
> collisions are rare and obvious when they happen.
>
> It is not obvious when using mixins in UI code. Method names like
"_onWindowResize" are common and can easily lead to conflicts.

Juan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20130729/76ea8d90/attachment.html>
domenic at domenicdenicola.com (2013-08-02T20:06:17.638Z)
2013/7/29 Brandon Benvie <bbenvie at mozilla.com>

> My experience is that inheritance is usually done shallowly and these
> collisions are rare and obvious when they happen.

It is not obvious when using mixins in UI code. Method names like
"_onWindowResize" are common and can easily lead to conflicts.