Decorators: an outsider's perspective

Leif K-Brooks eurleif at ecritters.biz
Sat Aug 14 16:58:21 EDT 2004


Paul Morrow wrote:
> <says that classmethods should be done based on argument names>
> Python was built (successfully) on the assumption that obvious 
> interpretations of the code obviate the need for declarations.  Why 
> wouldn't we continue with that mindset?

One of the principles of Python is also "explicit is better than 
implicit". Your idea, though interesting, doesn't really seem to fit in 
with that.



More information about the Python-list mailing list