-
Notifications
You must be signed in to change notification settings - Fork 35
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][T11-1]Yang Shizhe #57
base: master
Are you sure you want to change the base?
[W5][T11-1]Yang Shizhe #57
Conversation
Hi @Shizhe-NUS, your pull request title is invalid. For PR sent to satisfy a learning outcome, the PR name should be in the format of For team PR, the PR name should be in the format of Please follow the above format strictly and edit your title for reprocessing. Note: this comment is posted by a bot. If you believe this is done in error, please create an issue at nus-se-pr-bot and add a link to this PR. |
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.
Hi
@@ -56,4 +56,8 @@ public int hashCode() { | |||
public boolean isPrivate() { | |||
return isPrivate; | |||
} | |||
|
|||
public static void comparedAddressBook(Address address){ |
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.
Nice function. Pls teach me how to code. Thank you.
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.
Hi Shizhe,
Please review what is required for a new enhancement. You may close the PR after reading.
@@ -72,4 +72,9 @@ public CommandResult execute() { | |||
} | |||
} | |||
|
|||
public static void get(){ |
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.
What does this function do?
No description provided.