-
Notifications
You must be signed in to change notification settings - Fork 113
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][W13-1]Gong Changda #151
base: master
Are you sure you want to change the base?
Conversation
A very useful feature to make finding a particular person easier. However, I recommend you to add @OverRide annotations to methods that you override from the superclass, so the compiler and detect any mistakes you've made i.e.overriding the wrong class |
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 effort @GongChangda ! I hope adding a new command has allowed you to better understand how this AB is structured. Please close this PR when you have seen this review.
import seedu.addressbook.util.TestUtil; | ||
|
||
|
||
public class SortCommandTest { |
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 in writing JUnit test.
Add a new command sort which sorts all persons in the addressbook according to their full-name in ascending order.