How robust is Python ?

Ng Pheng Siong ngps at madcap.dyndns.org
Sat Jan 13 10:38:50 EST 2001


According to Sandipan Gangopadhyay <sandipan at vsnl.com>:
> while binAliveMarker:
>   if binIWannaStartAgain:
>     time.sleep(1)
>     continue
>   work code ...

Do you really code with such variable names?

How about just "alive" and "startAgain"?

while alive:
    if startAgain:
        blah blah


Cheers.

-- 
Ng Pheng Siong <ngps at post1.com> * http://www.post1.com/home/ngps




More information about the Python-list mailing list