CS 127, Design Document Specifications

In building any software probject, you need to make lots of decisions as to how to design your system. It makes sense to think about these things before you actually start coding - it will save you lots of time in the long run. The design document should contain the following information: You should plan on getting each of your classes to function independently. Among the many benefits of this approach is the constant availability of a partial solution that can be handed in for grading, or demonstrated to a customer, or released to the public for early testing.

Good luck!