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

Ability to chain validations #18

Open
dinispeixoto opened this issue Apr 21, 2021 · 0 comments
Open

Ability to chain validations #18

dinispeixoto opened this issue Apr 21, 2021 · 0 comments
Labels
Beeing-discussed Not completed issued that requires additional information enhancement New feature or request

Comments

@dinispeixoto
Copy link
Contributor

dinispeixoto commented Apr 21, 2021

Describe the solution you'd like

def doSomethingValid(negative_number: int, positive_number: int):
    Number.is_lower(negative_number, 0).is_greater_or_equals(positive_number, 0)

Note: might not the possible

@dinispeixoto dinispeixoto added the enhancement New feature or request label Apr 21, 2021
@dinispeixoto dinispeixoto changed the title Ability to chain validations WIP: Ability to chain validations Apr 21, 2021
@claudiocn claudiocn added the Beeing-discussed Not completed issued that requires additional information label Apr 23, 2021
@claudiocn claudiocn changed the title WIP: Ability to chain validations Ability to chain validations Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Beeing-discussed Not completed issued that requires additional information enhancement New feature or request
Development

No branches or pull requests

2 participants