Redundancy is not Uselessness...
Quote:
Originally Posted by
Darryl.Burke
This of it this way: if that example hadn't been in the book, blug still wouldn't understand the concept of the this keyword.
Now do you still think it's redundant?
db
Its still redundant. Not necessarily useless, but it's certainly redundant to show examples that will never/extremely rarely be used, just to show the full capability of a keyword. Assigning something to refer to 'this' is inherently redundant. What are you going to do with it? v = this; v.method(); is a bit pointless if you ask me.