ljmu-cms / automark

Automatic code marking
GNU General Public License v3.0
0 stars 1 forks source link

Code should conform to Python Style Guide #1

Closed llewelld closed 9 years ago

llewelld commented 9 years ago

Currently the code styling is inconsistent (especially variable naming) and not Python-esqe. It should be refactored to conform to the PEP 8 Python Style Guide: https://www.python.org/dev/peps/pep-0008/

llewelld commented 9 years ago

Method names, variable names and line lengths have all been refactored to fit with PEP 8.

The code still needs more comments to be added, but this is the subject of a separate issue