[Twisted-web] fix nevow exception in args parsing
    Andrea Arcangeli 
    andrea at cpushare.com
       
    Sun Sep  4 21:07:17 MDT 2005
    
    
  
On Fri, Sep 02, 2005 at 06:58:37PM -0700, Ed Suominen wrote:
> On Sat, 2005-09-03 at 03:37 +0200, Andrea Arcangeli wrote:
> > PS. While sending this email I take the opportunity to point you to the
> > nevow sourcecode of a little GPL nevow appserver I developed last
> > weekend, any suggestion for improvements is welcome ;).
> > 
> > 	http://klive.cpushare.com/downloads/
> 
> Yes, here's a suggestion for a big improvement:
> 
> DOCSTRINGS!!!!!  :-)
eheh ;)
> Code is so much more readable (and easily documented with epydoc or
> something like it) when people include plenty of docstrings to explain
> what's going on.
Indeed, I'm pretty lazy at documenting code, especially for two days
projects like klive.
Actually I may be putting comment in the code but I never used the
docstrings as .__doc__ yet (except for the nevow abuse of it ;).
But I tried to write klive in a readable way nevertheless...
    
    
More information about the Twisted-web
mailing list