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

There's no point of using `=>` arrows if you're using the bind syntax they're mutually exclusive.
Right on the point. I'm still hoping for that to get in at some point. :)