At 10:42 AM 3/30/2006 +1200, Greg Ewing wrote:
>Fred L. Drake, Jr. wrote:
>
> >     class Foo:
> >         """Documentation is good."""
> >
> >         @class implements(IFoo)
>
>That's an interesting idea. It could be applied to
>functions, too:
>
>    def myfunc(myargs):
>      """Documentation is hoopy"
>      @def biguglydecorator(longconvolutedarglist)

-1; there should be only one obvious way to do it.  Plus, @class is a noun and
reads like it's saying something about the class; @def doesn't.  It's too 
"verby".  :)

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to