-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add Display Command #52
Add Display Command #52
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.
removed wrong comment
4e512c5
to
6850f3c
Compare
ecbeb81
to
fa0d434
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #52 +/- ##
==================================================
+ Coverage 93.0529% 93.0884% +0.0355%
- Complexity 603 619 +16
==================================================
Files 80 82 +2
Lines 1569 1606 +37
Branches 160 163 +3
==================================================
+ Hits 1460 1495 +35
Misses 66 66
- Partials 43 45 +2 ☔ View full report in Codecov by Sentry. |
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 nitpicks regarding code quality.
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.
Small changes, otherwise LGTM
src/test/java/seedu/address/logic/parser/AddressBookParserTest.java
Outdated
Show resolved
Hide resolved
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.
// Change method to utilise optionals instead of directly assuming the fields exist in the Person | ||
// person.getField().map(person -> String).orElse(DEFAULT) |
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.
Can remove these comments
No description provided.