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
Comment #1
tom friedhof commentedCoding 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.