Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Get rid of self references #442

Open
kulmann opened this issue Apr 7, 2020 · 0 comments
Open

Get rid of self references #442

kulmann opened this issue Apr 7, 2020 · 0 comments

Comments

@kulmann
Copy link
Member

kulmann commented Apr 7, 2020

Get rid of const self = this statements where possible.
Most of the time it should be
a) not necessary because it's used in lambda functions or
b) possible to use .bind(this) on a function.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant