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

Update developer guide, add PPP and fix bugs #228

Closed

Conversation

olivercheok20
Copy link

No description provided.

chowyiyin and others added 30 commits November 9, 2019 18:34
@olivercheok20 olivercheok20 changed the title Update developer's guide and fix bugs Update developer guide, add PPP and fix bugs Nov 10, 2019
|| commandResult.isExpandPerson()
|| commandResult.isExpandPolicy()
|| commandResult.isListHistory();

Choose a reason for hiding this comment

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

Just curious, but is there no other way to fix this issue?

Comment on lines -21 to +19
.anyMatch(keyword -> StringUtil.containsWordIgnoreCase(person.getName().fullName, keyword));
.anyMatch(keyword -> person.getName().fullName.toLowerCase().contains(keyword.toLowerCase()));

Choose a reason for hiding this comment

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

Maybe you can change this in the StringUtil::containsWordIgnoreCase function to maintain the same level of abstraction?

Copy link
Author

Choose a reason for hiding this comment

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

Fixed in the latest commit :)

@chaitanyabaranwal
Copy link

This PR, other than the comments I made, has Yiyin's commits (which are already merged into the master branch), making the commit history a bit messy. Would be great if you can rebase again from the master branch to clean up the commit history!

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.

None yet

3 participants