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 Remark command #43

Conversation

thisisaditya17
Copy link

No description provided.

@thisisaditya17 thisisaditya17 added type.Task Something that needs to be done, but not a story, bug, or an epic. priority.Medium Nice to have labels Oct 6, 2024
@thisisaditya17 thisisaditya17 self-assigned this Oct 6, 2024
Copy link

@dominic2412 dominic2412 left a comment

Choose a reason for hiding this comment

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

lgtm

RemarkCommand e = (RemarkCommand) other;
return index.equals(e.index) && remark.equals(e.remark);
}
}

Choose a reason for hiding this comment

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

nice follow of syntax convention! code is easy to understand!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.Medium Nice to have type.Task Something that needs to be done, but not a story, bug, or an epic.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants