Hungarian notation (was RE: variable naming...)

Greg Ewing see at my.signature
Fri May 4 01:43:10 EDT 2001


Jonathan Gilligan wrote:
> 
> if I am changing floats to
> integers, I must be careful with expressions such as
> 
> foo = x / y

That's only because it was a mistake to make the /
operator mean two different things. There are plans
afoot to rectify that mistake.

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list