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
BaleenType.validate should return a Validation rather than a Sequence of ValidationResult. This will make it an O(1) operation to figure out wether the results are valid and other quick operations.
No need to expose the Context, Data or DataTrace from the Validation object.
Remove Context, it is just a container for a DataTrace + Data. We don't need another concept to confuse users.
The text was updated successfully, but these errors were encountered:
BaleenType.validate
should return aValidation
rather than a Sequence of ValidationResult. This will make it an O(1) operation to figure out wether the results are valid and other quick operations.DataTrace
+Data
. We don't need another concept to confuse users.The text was updated successfully, but these errors were encountered: