-
Notifications
You must be signed in to change notification settings - Fork 553
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
Options validation #238
Comments
I was looking for something like this myself. If |
Is there an advantage to this as opposed to doing it yourself in the actual task? |
Just thinking how to make code DRY |
I think this is a great idea, and a symbol that references a local-scope method seems like a nice simple approach. I may tackle this in the near future. |
Maybe make sense add option validations, so we can validate options and provide error messages if validation not passed
We can implement some predefined validators but also allow use add custom validation methods
Smth like
If you find such functionality useful i can help with implementation
Also we can think about syntax to make it flexible
The text was updated successfully, but these errors were encountered: