When To Use this.method()?
Posted
by Soo
on Stack Overflow
See other posts from Stack Overflow
or by Soo
Published on 2010-05-28T13:24:17Z
Indexed on
2010/05/28
13:31 UTC
Read the original article
Hit count: 102
Hi SO, and happy Friday I have a question regarding the use of this.method();. My code seems to work without using the this., but I include it because it seems like the right thing to do. When should .this be used, and because it's presence doesn't always make a difference, what's the best practice for .this?
© Stack Overflow or respective owner