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.11][F09-1]Jonathan Ng #183

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

Conversation

derpyplops
Copy link

Ready for Review

@sanjukta99
Copy link

This is a useful enhancement for our project. Good job!

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 Jonathan, good job with the enhancement of the help display!

Some things you could improvement on:
(1) You could write junit test / CLI regression test to check for correctness
(2) Update your user guide

You may close this PR after reviewing.

@@ -84,6 +86,9 @@ private void runCommandLoopUntilExitCommand() {
do {
String userCommandText = ui.getUserCommand();
command = new Parser().parseCommand(userCommandText);
if(userCommandText.equals("help")) {

Choose a reason for hiding this comment

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

This one is very minor, just need to note that Java reserved words should be followed by a white space. eg.
if (userCommandText.equals("help")) {

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.

4 participants