Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

GongChangda
Copy link

Add a new command sort which sorts all persons in the addressbook according to their full-name in ascending order.

@amuletxheart
Copy link

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

Copy link

@tristonpang tristonpang left a 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 {

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants