The code that could not be...

Alex A. Naanou alex.nanou at gmail.com
Thu Jun 22 13:21:44 EDT 2006


Fredrik Lundh wrote:
> Alex A. Naanou wrote:
>
> > To mention several tasks that can be made trivial using this technique
> > are, for instance zope-like acquisitions, various ACLs, interfaces and
> > other namespace manipulation patterns.
>
> eh ?  why not use Python's OO mechanisms for this, like everyone else is
> doing...
>
> </F>

usually, as the ammount and complexity of code grows, I try to search
for simpler and more natural ways of doing things.... and if I have to
compare a 5 line implementation will always win over a 50 line module
especially if this module runs substantially slower! :)




More information about the Python-list mailing list