On 25/10/2007, Dick Moores <[EMAIL PROTECTED]> wrote:
> I'm wondering about "if lapTimeFlag:". Following "The Zen of Python", by
> Tim Peters ("Explicit is better than implicit"), isn't "if lapTimeFlag ==
> True" preferable?
No :-)
Otherwise, maybe we should make it even more explicit:
if (lapTimeFlag == True) == True:
Well, how about "Readability counts"?
Dick
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor