Does Python really follow its philosophy of "Readability counts"?

Paul Rubin http
Sun Jan 11 19:42:52 EST 2009


Carl Banks <pavlovevidence at gmail.com> writes:
> If so, what is it that's so evil about conditionally-existent
> variables?  (I'll leave the question open-ended this time.)

I have found they make the code more confusing and bug prone.
It's better to define and document all the instance variables
in one place, in most cases.



More information about the Python-list mailing list