Deep-Phield-Softworks / XeroSum

Isometric, Squad-Based, Real-Time Strategy RPG
0 stars 0 forks source link

PEP 8 Code Format Compliance #66

Closed EricFedrowisch closed 9 years ago

EricFedrowisch commented 9 years ago

Here is the link to the PEP 8 page. https://www.python.org/dev/peps/pep-0008/ More importantly perhaps, here is a link to an automated tool to check PEP 8. https://pypi.python.org/pypi/pep8 Also here is the link to the docstring page which is a similar subject. https://www.python.org/dev/peps/pep-0257/

CToups commented 9 years ago

Thursday night May 21st, aoe.py, chunk.py, coordinate.py and dmap.py are cleaned.

Note to Eric: As you go through each and every file, search for the word 'PEP8'. You'll see comments I've written where there were certain PEP8 suggestions that I couldn't implement because they either couldn't be or I didn't trust myself not to mess up something I hadn't written to begin with. These are for your consideration. Delete the comments as you go.

EricFedrowisch commented 9 years ago

All code currently passes the pep8 automatic checker. Closing this issue with the understanding that we will check all code for pep8 compliance before pushing it. Good job everyone!