-
Notifications
You must be signed in to change notification settings - Fork 36
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
[W7][T11-3]Jacob Han #50
base: master
Are you sure you want to change the base?
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.
Overall good attempt! You may close this PR after reading the comments 👍
randomPerson.add(random); | ||
return new CommandResult(MESSAGE_SUCCESS, randomPerson); | ||
} else { | ||
return new CommandResult(MESSAGE_FAILURE); |
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 job on checking for this event! Very user-friendly.
new Email(Email.EXAMPLE, false), | ||
new Address(Address.EXAMPLE, true), | ||
new HashSet<>(Arrays.asList(new Tag("tag1"), new Tag("tag2"), new Tag("tag3"))) | ||
new Name(Name.EXAMPLE), |
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.
Try to follow the checkstyle guidelines, indentation error here.
No description provided.