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

Run validations sooner #78

Open
lubomir opened this issue Feb 9, 2017 · 0 comments
Open

Run validations sooner #78

lubomir opened this issue Feb 9, 2017 · 0 comments

Comments

@lubomir
Copy link
Contributor

lubomir commented Feb 9, 2017

Right now the field level validations on objects such as Image are performed just before serializing the data. This can lead to situation where incorrect value is put in, but the problem is only discovered much later. It's almost impossible to detect what went wrong in such cases.

It would be cool if we could do the validations immediately after setting the property.

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

No branches or pull requests

1 participant