KyleBrownCS / SoftDev2

Software Development 2 Group 7 Project
0 stars 3 forks source link

Consistent coding style #2

Open bohnje opened 10 years ago

bohnje commented 10 years ago

We need a consistent coding style right?

I would put forward PEP 8 as a potential choice. Code can be checked with Flake8 making it easy to ensure the python code is following PEP 8.

PEP 8: http://legacy.python.org/dev/peps/pep-0008/ Flake8: https://pypi.python.org/pypi/flake8

KyleBrownCS commented 10 years ago

We can also use a .vimrc file so that if we use vim we all have a standard view of the code.

I've added one into the readme for us to use.