Grade report for data
Assignment 1 - There's Something Fishy Going On...
Grader Jeffrey Shergalis
Date:
Design (10/10)
Overall (0/0)
Correctness (51/55)
- (7/7)
Aquarium Setup
- (6/7)
Aquarium Simulation
- Simulation does not exit as specified (when all of the fish AND piranha are dead)
- (9/9)
FoodCenter
- (6/6)
Fish - General
- (4/5)
Fish - Movement
- A fish flipping is not considered one move in and of itself
- (4/4)
Fish - Eating
- (5/5)
Piranha - General
- (4/5)
Piranha - Movement
- A piranha flipping is not considered a move in and of itself
- (6/7)
Piranha - Eating
- Piranha eats a fish that is not weak
Style/Technique (28/33)
- (6/8)
Technique - General
- Literal values used where constants should have been (e.g. TANK_RIGHT, FISH_MAX_POINTS, PIRANHA_MOVE_COST,.... )
- duplicated code unnecessarily, could have used a method or different control structure
- (9/9)
Technique - Aquarium Class
- (8/8)
Technique - Instantiable Classes
- (5/8)
Style
- Bad Style, line up braces: see the style guide
- Bad Style, lines must not exceed 80 column: see the style guide
- Bad Style, improper indentation of if and else if statements: >a href="http://www.cs.wisc.edu/~cs302/resources/guides/style.html#Indentation">see the style guide>/a>
Commenting (12/12)
Final Score: 101 / 110