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

[Chan Yong Soon, Kendrew] iP #458

Open
wants to merge 53 commits into
base: master
Choose a base branch
from

Conversation

KendrewChan
Copy link

No description provided.

Copy link

@BobbyZhouZijian BobbyZhouZijian left a comment

Choose a reason for hiding this comment

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

LGTM. Just some nits to fix.

src/main/java/Duke/Launcher.java Show resolved Hide resolved
src/main/java/Duke/Main/Duke.java Show resolved Hide resolved
src/main/java/Duke/Main/Duke.java Show resolved Hide resolved
src/main/java/Duke/Main/Duke.java Show resolved Hide resolved
src/main/java/Duke/Main/Parser.java Show resolved Hide resolved
src/main/java/Duke/Main/Ui.java Outdated Show resolved Hide resolved
src/main/java/Duke/Main/Ui.java Outdated Show resolved Hide resolved
src/main/java/Duke/Tasks/Deadline.java Show resolved Hide resolved
src/main/java/Duke/Tasks/Task.java Show resolved Hide resolved
src/main/java/Duke/fxml/DialogBox.java Show resolved Hide resolved
Copy link

@zyifanz zyifanz left a comment

Choose a reason for hiding this comment

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

Excellent work! Overall LGTM 👍

src/main/java/Duke/Main/Ui.java Outdated Show resolved Hide resolved
src/main/java/Duke/Main/Parser.java Show resolved Hide resolved
src/main/java/Duke/Main/TaskList.java Show resolved Hide resolved
src/main/java/Duke/Main/TaskList.java Outdated Show resolved Hide resolved
@KendrewChan KendrewChan closed this Sep 5, 2020
@damithc
Copy link
Contributor

damithc commented Sep 7, 2020

This PR should be kept open

@damithc damithc reopened this Sep 7, 2020
@KendrewChan
Copy link
Author

KendrewChan commented Sep 7, 2020 via email

Copy link

@therizhao therizhao left a comment

Choose a reason for hiding this comment

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

Hello Kendrew, I am writing this review for my tutorial class 😄

/**
* Sets Status of Task to be done or not.
*
* @param checked String "0" to represent false, and "1" for true

Choose a reason for hiding this comment

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

Hello 😄 . Could you use a boolean for the property done instead? If there are more than 2 states, you could consider using a enum 🔢 . Otherwise all good 👍

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.

5 participants