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
The goal is also to remove method FormUtils.hasValidationLogic() whose logic should be implemented rather in separate validators -- i.e. each validator should know when it isApplicable(question).
A/C:
FormUtils.hasValidationLogic() is removed
each validator is an object with mentioned methods
The text was updated successfully, but these errors were encountered:
Validator should be object having two methods:
The goal is also to remove method FormUtils.hasValidationLogic() whose logic should be implemented rather in separate validators -- i.e. each validator should know when it
isApplicable(question)
.A/C:
The text was updated successfully, but these errors were encountered: