Skip to content

Run validations sooner #78

@lubomir

Description

@lubomir

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions