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

Add comments #57

Closed

Conversation

IsaacTin
Copy link

No description provided.

@Ben-Hanan Ben-Hanan added this to the v1.2 milestone Oct 12, 2020
@Ben-Hanan Ben-Hanan linked an issue Oct 13, 2020 that may be closed by this pull request
*/
private static Person createAddEditedPerson(Person personToEdit,
CommentCommand.CommentPersonDescriptor commentPersonDescriptor) {
assert personToEdit != null;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it be better to change this to use like the standard requireNonNull(personToEdit) as used in all other places?
And perhaps, you could import the whole CommentCommand?

@IsaacTin IsaacTin closed this Oct 13, 2020
@IsaacTin IsaacTin removed a link to an issue Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants