The real use case that I constantly run into has nothing to do with binding
at all, rather the need for Function.prototype.partial and *no specific
binding*. The primary use case for soft binding or dynamic non-method
binding, as mentioned above, is the event callback and that's weird
semantic captured in the way the DOM works. The problem is that with JS
it's a prevalent use case because of how closely associated JS has been
with the DOM.
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to