Code review comment for lp:~jml/quickly/template-cleanup

Revision history for this message
Jonathan Lange (jml) wrote :

This branch changes the Ubuntu application templates to be a little nicer for the average Python programmer.

 - All excess whitespace is deleted
 - PEP 8 is followed where possible
 - Repeated code has been extracted into a 'helpers' module
 - Spelling mistakes have been corrected
 - Docstrings now conform to Python's docstring standards.
 - Comments are written as full sentences.
 - Double underscore prefixes are now single underscore prefixes

Hope this helps,
jml

« Back to merge proposal