Y
Hacker News
new
|
ask
|
show
|
jobs
by
secoif
4019 days ago
One downside of passing data as `this` that isn't mentioned is you can't use the concise function syntax `=>`. If we ever get thin arrows this problem will go away.
2 comments
inglor
4019 days ago
There's no point of using `=>` arrows if you're using the bind syntax they're mutually exclusive.
link
quinnirill
4019 days ago
Right on the point. I'm still hoping for that to get in at some point. :)
link