The top of each source file is required to contain the first four lines of internal documentation. The fifth line should appear only if contributors are being declared.
1. First and Last Name
2. Student User ID
3. Program Name or Description
4. Date the program was started AND dates modifications are started.
5. Contributors - this line appears only if someone has assisted you in the program.
Note line four of IDOC - Date started AND modification dates.
Example: A program is assigned to calculate the area of a square and it was assigned on 1-7-08. The fourth line should be something like this:
//Started 1-7
The next day a modification is added to the square program. The modification is to calculate the area of a rectangle. The fourth line should now look something like
//Started 1-7 Rectangle 1-8
The next day the program is modified to have the output formatted to two decimal places. The fourth line should look something like:
//Started 1-7 Rectangle 1-8 formatting output 1-9
Updated: Saturday, January 12, 2008 2:32 PM