-
Notifications
You must be signed in to change notification settings - Fork 438
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
base: master
Are you sure you want to change the base?
Conversation
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.
LGTM. Just some nits to fix.
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.
Excellent work! Overall LGTM 👍
A-Assertions
A-CodeQuality
C-DetectDuplicates
This PR should be kept open |
Oh okay! Sorry :/
…On Mon, Sep 7, 2020 at 12:52 PM Damith C. Rajapakse < ***@***.***> wrote:
This PR should be kept open
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#458 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKWJY5VD25ZVP7YNRBAY4TSERRI5ANCNFSM4QOYI33A>
.
|
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.
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 |
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.
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 👍
No description provided.