ucsb-cs56-projects / cs56-utilities-todo

-
0 stars 6 forks source link

Resolving issues #1 and #2 #6

Closed BrandonNewman closed 11 years ago

BrandonNewman commented 11 years ago

@gonfunko

Fixed issues 1 and 2, as well as adding in a much needed "mark" feature

~requested 320

1

2

gonfunko commented 11 years ago

Code addresses both issues 1 and 2: package structure is present, as is build.xml (although the program, when run by it, cannot accept input) and command line UI with add and delete options and the ability to save tasks has also been added. Additionally, pull request goes above and beyond and implements a feature to mark tasks as completed without deleting them.

Code is commented, with Javadoc throughout except Todo.java, uses good variable names and separates functionality into logical classes. Command line UI is intuitive, but could be clearer about expected date/time formats. Tests would be nice to have, but the program appears to work fine.