CSSE 220 – Object-Oriented Software Development

Homework 2 Grading Rubric

Recall the General Instructions for Grading Programs.

Eclipse project for this assignment: ObjectsAndMethods

Points to be awarded:

  1. SomeTypes – 5 points for each of the 2 TODOs (so 10 points total).

    Per the above link, additionally deduct points for poor style or documentation on this and all succeeding items.

  2. FourRectanglePrinter – 2 points for each of the following (so 10 points total):

    Grader: It is OK if their translations assume the ordinary coordinate system, where increasing x values goes to the right and increasing y values go UP. In fact, the coordinate system in the Java Swing classes (like Rectangle) have increasing y go DOWN. So OK if they have translations that decrease y or increase y – both are fine.

  3. StringPractice – 5 points for each of the three TODOs (so 15 points total).

Total: 35 points.