Jeff

I do the same thing in Delphi -> prepend "Self" before all the members in class methods even though its not required. I do it partially for the same reason as you - so I can grok which variables are local and which are global (well, global within the class, anyway).

The other reason is because of the magical little menu that pops up when I type the period after "Self", and lets me pick a class member by typing the first few letters...

Keep well
Caleb

On Thu, 09 Dec 2004 09:39:58 -0800, Jeff Shannon <[EMAIL PROTECTED]> wrote:

-- heck, even before I knew Python existed, I typically
used this->name to reference C++ members despite the fact that 'this' was not required, just because I wanted to be able to *see* which variables were members and which weren't...)

Jeff Shannon
Technician/Programmer
Credit International


-- http://mail.python.org/mailman/listinfo/python-list

Reply via email to