Re: 'this' instance field reference
Don Brady <dbrady-d0/1ywxyuRNWk0Htik3J/[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <[email protected]> |
I agree - I'm not about to start putting "this.". in from of every reference to a instance variable - I think that this would be detraction from readability. Better IMHO to put "parm" or some such on the end or start of the parameters if there is a conflict.... At 05:29 PM 8/3/2006, Robert J. Cameron wrote: >I have only rarely seen "this" used. With code-aware editors turning >your properties a different color, I'm not sure about the readability >argument, especially if one is practicing Hungarian notation (often >m_propertyName).