Skip to content

Instantly share code, notes, and snippets.

@andrewjkerr
Created September 8, 2014 14:04
Show Gist options
  • Save andrewjkerr/d9d75a3f8599a23cc3f5 to your computer and use it in GitHub Desktop.
Save andrewjkerr/d9d75a3f8599a23cc3f5 to your computer and use it in GitHub Desktop.
Notes for Project #1 for COP4600 in Fall 2014.

#COP4600 Fall 2014 Project 1

https://www.cise.ufl.edu/~nemo/cop4600/proj1_fa14.txt

Documentation

  • Code and comments
  • Programmer's docs
    • Organization
    • UML
    • Design requirements
      • Special data structures
      • Provide references to algorithms
    • Testing information
      • Test cases
      • Expected results
      • Actual results
    • Performance analysis
    • Security analysis/impact
  • Admin docs
    • Makefile
    • README
    • Config information
  • User docs
    • man pages (1 and 2)
  • Report (in PDF format)

Suggestions

  • Google!
  • TAs will demonstrate how to modify files and such
    • Can use vi/vim on MINIX...
      • ... but have fun with that.
  • Encouraged to work in groups
    • Just don't copy code!
    • OS party?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment