Enforcing our Coding Standards
Pretty soon we will have our coding standards set in place and released for all the students to see.
To actively enforce that procedures are being followed I’ve found this nice PEAR package – PHP_CodeSniffer
This will be something we can actively use to go through the code submitted by ourselves and students to make sure everything follows proper standards and makes it so it’s easy for all to read.