himanshuo / gameoflife

The Game of Life
GNU General Public License v2.0
1 stars 0 forks source link

Need some sort of standards list. #9

Open himanshuo opened 8 years ago

himanshuo commented 8 years ago

Standards/Process:

Once finished with checklist, you put it in "code review" which in this case just means the PR for the issue says [CR]. Eventually, you will go through your code and make sure it is good before you merge it.

It is good to have this process be automated. A script that checks source code for standards would be really useful. There probably is some python module out there that allows you to read in the code really quickly and we can go through and make sure our desired standards do exist within the code.