tdmalone / slackemon

Inspired by Pokémon Go, now you can catch and battle Pokémon with your teammates on Slack!
GNU General Public License v3.0
10 stars 3 forks source link

Clean source code with a set of code standards #23

Open tdmalone opened 7 years ago

tdmalone commented 7 years ago

Slackemon has been built with only adhering manually to code standards, and also across slightly different environments.

Some older files use tabs for indentations whereas newer ones use spaces. And while the code is generally clean, there's no enforcing of standards and there certainly are parts of the code that should be cleaner.

Need to build an appropriate set of PHPCS rules, clean everything up, and then possibly make it part of the Travis build process.