Wrapping Up The Project

 < Day Day Up > 



The implementation and testing of the move() function marks the beginning of the end of the robot rat project. You must now give the complete program a thorough test of all functionality. Test until you are absolutely sure everything runs according to specification and that it offers no rude surprises to a user. Table 3-11 lists a few things you will want to double-check before handing in your project.

Table 3-11: Things To Double-Check Before Handing In Project

Double-Check...

To ensure...

Source code formatting

...it is neat, logically aligned, and indented.

Comments

...they are not overdone. Remember, if you used good names for functions, variables, and constants, your code will be largely self-commenting.

File Comment Header

...it is at the top of every source file and lists your name and the name of the project. Check with your instructor for additional information required to be placed in the file comment header.

When printing source code on paper

...that it fits on the page. If long lines wrap to the next line adjust the font, print in the landscape mode, or split the line into smaller pieces in the source file.



 < Day Day Up > 



C++ for Artists. The Art, Philosophy, and Science of Object-Oriented Programming
C++ For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming
ISBN: 1932504028
EAN: 2147483647
Year: 2003
Pages: 340
Authors: Rick Miller

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net