Code Club
These are the rules of Code Club:
-
You do not mix code and content.
-
You do not mix code and content.
-
You will use templates for content.
-
You will use Subversion.
-
You will log messages when you check your code into Subversion.
-
You will put any function that you use more than once into a library.
-
You will declare and initialize application wide variables and constants all in one place.
-
You will document your code.
-
You will use consistent naming conventions.
-
You will write build scripts.
-
You will use the bug tracking system.
-
You will use the right tool for the right job.
-
You are not your code.