Re: Does Python really follow its philosophy of "Readability counts"?
- From: mk <mrkafk@xxxxxxxxx>
- Date: Fri, 16 Jan 2009 16:39:58 +0100
Paul Rubin wrote:
But, if something is done by convention, then departing from the
convention is by definition unconventional. If you do something
unconventional in a program, it could be on purpose for a reason, or
it could be by accident indicating a bug.
I for one would love to see at least compiler warning (optionally, error) for situation where attributes are added to self outside of __init__. I consider it generally evil and hate to see code like that.
Regards,
mk
.
- References:
- Does Python really follow its philosophy of "Readability counts"?
- From: Madhusudan.C.S
- Re: Does Python really follow its philosophy of "Readability counts"?
- From: Bruno Desthuilliers
- Re: Does Python really follow its philosophy of "Readability counts"?
- From: Paul Rubin
- Re: Does Python really follow its philosophy of "Readability counts"?
- From: Steven D'Aprano
- Re: Does Python really follow its philosophy of "Readability counts"?
- From: Bruno Desthuilliers
- Re: Does Python really follow its philosophy of "Readability counts"?
- From: Paul Rubin
- Re: Does Python really follow its philosophy of "Readability counts"?
- From: Carl Banks
- Re: Does Python really follow its philosophy of "Readability counts"?
- From: Russ P.
- Re: Does Python really follow its philosophy of "Readability counts"?
- From: alex23
- Re: Does Python really follow its philosophy of "Readability counts"?
- From: Russ P.
- Re: Does Python really follow its philosophy of "Readability counts"?
- From: James Mills
- Re: Does Python really follow its philosophy of "Readability counts"?
- From: Paul Rubin
- Does Python really follow its philosophy of "Readability counts"?
- Prev by Date: Re: English-like Python
- Next by Date: Re: Client Socket Connection to Java server
- Previous by thread: Re: Does Python really follow its philosophy of "Readability counts"?
- Next by thread: Re: Does Python really follow its philosophy of "Readability counts"?
- Index(es):
Relevant Pages
|