2
votes
Are there any reasons not to use “this” (”Self”, “Me”, …)?
I personally find that this.whatever is less readable. You may not notice the difference in a 2-line method, but wait until you get this.variable and this.othervaria …
