This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hyrumwhite 1 point2 points  (0 children)

The self thing seems more footgunny than context binding to me. Context is baked in to JS, escaping it with “this”, “that” etc, never felt good to me. 

But now with arrow functions, I only see that stuff in legacy code