You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although many of the validations are shared, having one single ADT makes parsing a bit nasty when we can be more explicit about which validations belong to which field types. For instance IntValidation, RichTextValidation, etc. When can still have a supertype if it's still useful.
Probably worth making it an enum too.
The text was updated successfully, but these errors were encountered:
Although many of the validations are shared, having one single ADT makes parsing a bit nasty when we can be more explicit about which validations belong to which field types. For instance
IntValidation
,RichTextValidation
, etc. When can still have a supertype if it's still useful.Probably worth making it an
enum
too.The text was updated successfully, but these errors were encountered: