CS439 Principles of Computer Systems
Turnin Checklist
Before assuming that your project has been successfully turned in, please read
over this checklist!
Have you...
- filled out your README?
- included your pair_programming log in the appropriate directory
(threads for the threads project, etc.) and named it the appropriate
name?
- tested and verified that your projects compiles after any and all changes
(even adding or deleting comments)? To be *really* sure, download the
code you submitted and test in a clean directory.
- tested and verified that you submitted the most recent version of your
work? Again, to be *really* sure, download your submission and test in a
clean directory
- turned in the correct tar file to the correct project?
- submitted your design document to the appropriate
(separate) Canvas assignment?
- verified that your code follows the C Style
Guide?
- For Project 0: made sure that your output exactly matches
the output of the reference shell? Remember that we grade by script.
- For Project 3: made sure that you modified the correct Makefile
and NOT the one automatically generated? If you modified the wrong one, your
code will not be part of the compilation when we test. Again, to be *really*
sure, download your submission and test in a clean directory
|