-
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][W14-4]T Anandakkoomar #145
base: master
Are you sure you want to change the base?
Conversation
I like how the sort is handled to allow not only sorting of name but also email address and address. Perhaps you might want to include the explicit fields user can fill in when doing sort by name or sort by address to reduce confusion. Otherwise good job! |
Good practice of incremental coding with frequent commits. There should be tests written for the new command to point out when things stop working. |
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.
the UniquePersonList.java is updated by intellij to import java.util.*; can change back to import specifically
No description provided.