PyAtom, a Python module for creating Atom syndication feeds

Lawrence Oluyede raims at dot.com
Thu Feb 23 04:52:42 EST 2006


"Steve R. Hastings" <steve at hastings.org> writes:

> Why do you say this?  I don't think the code is perfectly polished and
> ready to be called version 1.0, but I think it follows PEP 8 more than not.

docstrings of method are messed up (why you begin them from the column 0?)

and

"
    Function Names

      Function names should be lowercase, with words separated by underscores
      as necessary to improve readability.

      mixedCase is allowed only in contexts where that's already the
      prevailing style (e.g. threading.py), to retain backwards compatibility.
"

you use ThisCase for methods, quit ugly IMHO

-- 
Lawrence - http://www.oluyede.org/blog
"Anyone can freely use whatever he wants but the light at the end
of the tunnel for most of his problems is Python"



More information about the Python-list mailing list