Need to run through coder and do human cleaning of the coding style.

Examples:
Method names should be camelCase.
Need docblock comments for all functions/methods
Attempt to stick to the 80 char rule for readability.
Use of private should be reserved for extreme cases to allow for overriding and extending.
Remove any debuging related code.
much more

Comments

tom friedhof’s picture

Version: » 7.x-1.x-dev
Status: Active » Fixed

Coding standards should be all cleaned up now. I also created a module within the tests directory called tourney_test for putting all debug code necessary for development.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.