Skip to content

Refactor the Built-In Conditions #331

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

Merged
merged 7 commits into from
Mar 16, 2021

Conversation

jeffgbutler
Copy link
Member

The main goal of this refactoring is to replace the when/then methods with filter/map and make the methods work in chained invocations. The new methods names are more consistent with their actual function, more familiar to developers, and more compatible with Kotlin ("when" is a reserved word in Kotlin).

@jeffgbutler jeffgbutler added this to the 1.3.0 milestone Mar 16, 2021
@coveralls
Copy link

coveralls commented Mar 16, 2021

Coverage Status

Coverage remained the same at 100.0% when pulling 13a34f9 on jeffgbutler:filter-and-map into cb4d3ae on mybatis:master.

@jeffgbutler jeffgbutler merged commit 2f1d1a8 into mybatis:master Mar 16, 2021
@jeffgbutler jeffgbutler deleted the filter-and-map branch March 16, 2021 23:23
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.

2 participants