-
Notifications
You must be signed in to change notification settings - Fork 166
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
[W5.7][W12-4]Victoreen Robert Elliot #450
base: master
Are you sure you want to change the base?
[W5.7][W12-4]Victoreen Robert Elliot #450
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.
Nicely done.
Perhaps comment more on the Junit testing to show how the test works.
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.
👍 Good effort on this PR @robertvictoreen. In particular, good job on,
- updating I/O tests
- updating JUnit tests
- keeping the PR relatively clean
Suggestions to improve further:
- update docs
As before, please close the PR after viewing comments.
package seedu.addressbook.commands; | ||
|
||
/** | ||
* Clears the address book. |
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.
Incorrect comment
No description provided.