Y
Hacker News
new
|
ask
|
show
|
jobs
by
tlrobinson
3279 days ago
Why is
@autobind foo() { // ... }
more optimal than
foo = () => { // ... } ?
1 comments
jopsen
3279 days ago
Please, Nothing is ever _more optimal_.
link