When accessing instance variables or properties of a class from within the class itself, do you prepend them with \"this.\"?
this.
I do, for me it adds a bit of clarity to the code, is it in the current procedure or the class?