Closed llewelld closed 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/
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
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/