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

OnlyIf condition functionality - update to allow building condition separately as part of a callback #7

Open
mike12345567 opened this issue Feb 21, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mike12345567
Copy link
Owner

An idea from Andrew Kingston was to use a callback for onlyIf() calls, like onlyIf(operation => operation.property().equals()) as this provides a few key benefits, the ability to reuse condition functions, its less opinionated in terms of where the onlyIf should be placed in the call and it is easier to read in terms of indentation after linters have been applied.

@mike12345567 mike12345567 self-assigned this Feb 21, 2021
@mike12345567 mike12345567 added the enhancement New feature or request label Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant