When accessing instance variables or properties of a class from within the class itself, do you prepend them with "this."?
this.
I only ever use a this. prefix in constructors or setters, primarily in the case where the passed parameters have the same name as the relevant member variables.
1.4m articles
1.4m replys
5 comments
57.0k users