-
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][T08-1]Jeremy Wong #54
base: master
Are you sure you want to change the base?
Conversation
A simple but important tool of an element that we, as software engineers, often miss out. A simple greeting can make its user feels welcome. |
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 attempt. But try to do more meaningful enhancements to the functionalities in future, rather than a simple greeting so that it will help you more to learn the SE practices.
@@ -156,6 +156,11 @@ Views all details of the 1st person in the results of the `find` command. | |||
Clears all entries from the address book. + | |||
Format: `clear` | |||
|
|||
== Saying hi : `hello` | |||
|
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 that you have updated the UserGuide
@@ -75,6 +65,12 @@ public void parse_clearCommand_parsedCorrectly() { | |||
parseAndAssertCommandType(input, ClearCommand.class); | |||
} | |||
|
|||
@Test | |||
public void parse_helloCommand_parsedCorrectly() { |
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 for adding both I/O and JUnit tests
No description provided.