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

[W5][T11-1]Sam #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[W5][T11-1]Sam #55

wants to merge 1 commit into from

Conversation

Sameow
Copy link

@Sameow Sameow commented Feb 11, 2019

Encapsulated a variable

@JKupoluyi
Copy link

I like what you did there

@Shizhe-NUS
Copy link

Nice coding! I wish I can code like you!

Copy link

@stephlewyh stephlewyh left a comment

Choose a reason for hiding this comment

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

Hi Samuel,

You have attempted an OOP enhancement via a getter method and updated the user documentation, albeit in a non-standard way.

However, you need to update your header comment for code readability. Also, you could have provided a JUnit test case for getFeedbackToUser() to verify if it returns the expected string.

Nevertheless, not bad for a first attempt!

@@ -33,4 +33,7 @@ public CommandResult(String feedbackToUser, List<? extends ReadOnlyPerson> relev
return Optional.ofNullable(relevantPersons);
}

public String getFeedbackToUser() {

Choose a reason for hiding this comment

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

Missing header comment. All non-trivial methods should have java doc format header comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants