The Game Plan

  1. Plan
  2. Outline
    1. Create Directories
    2. Create Header files with nothing but documentation of what they will do. Describe each function
    3. Create Source files describing in detail how each function does what it does.
    4. Pseudo code each function. This will be commented out and serve to futher document everything to the point anyone can understand the code.
  3. Code
    1. This will go quickly since everything is already pseudo coded.
    2. Release an alpha that compiles without warnings or errors
    3. Rinse, repeat
    4. Release public beta, fixing bugs as they come in.
    5. Rinse, repeat until there are no detectable errors, security problems etc.
    6. Release version 1
SourceForge Logo