Aug 9, 2017 · 1 min read
Nope. I’m not afraid of the dynamic `this`. However, I frequently do use closures instead of `this` to access the instance state.
If you do use closures instead of `this` for instance state access, you need to be aware that you can’t then delegate that method to act on a different object. The data it applies to is fixed in the closure.
