Before You Submit#
Run this checklist before every programming submission.
Submission checklist#
Before submitting, check that:
- The program compiles cleanly on Bellagio.
- You ran applicable static analysis tools, such as lint, cppcheck, and cpplint, when instructed or available.
- You submitted the correct file or files.
- Every required source file has the required header comment.
- Your name and required integrity statement are present.
- You tested more than one input or scenario when appropriate.
- You removed diagnostic or debug output that does not belong in the final version.
- Your variable and function names are meaningful.
- Your indentation and braces are consistent.
- Your line lengths and comments follow the programming guidelines.
- You disclosed assistance as required by the assignment and syllabus.
- You submitted before the deadline.
If you are not finished#
A partially correct program that compiles is usually better than no program or a program that cannot compile. Check the current syllabus and assignment instructions for the rules that apply to your section.