Homework Grading Policy

Scoring

There are three grading categories when considering a programming assignment.

General Style Guide

Documentation/Comments

Variables and Constants

Methods

{ } guidelines

OK OK NOT OK
if (test) { if (test) if (test) {
  blah; {          blah;
  blah;   blah;     blah; }
}            blah;  
  }