CS3340:  Intro OOP and Design

Project 1 - Evaluation Guidelines


The following are guidelines that will be used in evaluating Project 1. These are APPROXIMATE GUIDELINES ONLY and are not set in stone. The point values may alter and this is only meant as a general guideline.

points = ____/200

=======================

___30 pnts CodeWorks.doc (10pnts) Git (10 points) JavaDoc (10pnts) - documentation of system working
___15 pnts Unit Testing Code

___15 pnts Program runs with no errors and ALL features run correctly

___ 10 pnts AddressEntry functions as required with all requirements including CONSTRUCTOR(s)
____15 pnts AddressBook has appropriate variables, data structures, meets all requirements

___ 15 pnts AddressBookApplication meets all requirements
___ 10 pnts Menu Class meets requirements
___ 15 pnts Read from File meets requirements
____15 pnts Listing meets requirements
____15 pnts Find meets requirements
____15 pnts Adding new entry meets requirements
____15 pnts Removal of entry meets requirements

___ 15 pnts Code Efficiency - good choice of Collections class in AddressBook (collections of AddressEtnry objects) for purposes of operations performed on AddressBook. Remember you can NOT use a simple array

© Lynne Grewe