Code Club

These are the rules of Code Club:

  1. You do not mix code and content.
  2. You do not mix code and content.
  3. You will use templates for content.
  4. You will use Subversion.
  5. You will log messages when you check your code into Subversion.
  6. You will put any function that you use more than once into a library.
  7. You will declare and initialize application wide variables and constants all in one place.
  8. You will document your code.
  9. You will use consistent naming conventions.
  10. You will write build scripts.
  11. You will use the bug tracking system.
  12. You will use the right tool for the right job.
  13. You are not your code.