As I was the only developer of the project it was easy to write all the code
with the same coding style. Since some days ago the project has grown and a
explicit coding style is needed.
I was following the coding style set by the python developers [0]. I think
this style is very simple to write/read and very used in all python code.
[0] http://www.python.org/dev/peps/pep-0008/
|