Hacker News new | ask | show | jobs
by martin-adams 3141 days ago
Interesting, that would mean you would have confusion if someone used your class like:

foo.bar.bind(somethingElse);

How would the callee know that this would potentially conflict?

1 comments

> that would mean you would have confusion

does this confusion not exist now?

Don’t know, my concern was what the intended behaviour was if a declaration stated the bind context as well as the caller.