-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Caleb Chan] iP #191
base: master
Are you sure you want to change the base?
[Caleb Chan] iP #191
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly clean code that is easy to follow. Minor amendments to naming and cosmetics requested.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall good job following the java coding standards. Variables names are in camelCase, constant names are in uppercase with underscore to separate the words. Method names are verbs.
New classes are: 1. Deadline - Task with due date 2. Event - Task with start and end date 3. Todo - regular Task
Exceptions added: 1. DukeCommandExeception: user entered invalid command 2. DukeInputFormatException: user input has wrong format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Very concise and readable code. No coding violation found
Add feature to find and list tasks containing a keyword
No description provided.