Hacker News new | past | comments | ask | show | jobs | submit login

It's not just having to understand what a class is, it's also having to know and remember to add a constructor to your class just to call `this.handleSomeEvent = this.handleSomeEvent.bind(this)`.

Sure, I know what it does and why it is needed, but it is ugly, cumbersome, and I keep forgetting it nonetheless.







Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: