When accessing instance variables or properties of a class from within the class itself, do you prepend them with \"this.\"?
this.
Anytime I have a method parameter whose name is identical to an instance variable (rarely) I do, to avoid confusion.