[EMAIL PROTECTED] wrote:
> Jeroen Ruigrok van der Werven wrote:

>> self.startLoc = start
>> self.stopLoc = stop
> 
> Thanks! Of course it should. Old Java habits die slowly.

That's not really a Java habit. In Java and C++, personally I like
to write

this.startLoc = start
this.stopLoc = stop

It makes much clearer what a field and what a "normal" variable is
in those languages. 

Regards,


Björn

-- 
BOFH excuse #294:

PCMCIA slave driver

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

Reply via email to