Choice of Development Methodology

(Menu)   A   B   C   D   E   F   G

There is now a choice of two main development approaches:

Traditional (Iterative Design)
  Continue refining the design by adding detail.
  When the design is complete, implement and test the program.

Iterative Development
  Implement and test the top level design.
  Refine the next part of the design.
  Continue designing then implementing and testing
  until the program is complete.