Tim Chase <python.l...@tim.thechases.com>:

> And decorators are used pretty regularly in just about every code-base
> that I've touched (I've been programming in Python since early 2004,
> so I've maintained pre-2.4 code without decorators and then brought it
> forward to 2.4 where decorators were usable).

Funny. My experience with Python is about as old, and I have yet to
encounter them in code. I have seen (maybe even used) @staticmethod once
or twice over a decade and then as a magic keyword rather than a
"decorator pattern."


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to