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
Currently the repo just basically has a single FormValidation class and everything is is handled as objects, validating and throwing errors by manually checking things.
A better approach would be to actually create classes and make sure things are initialized through a class constructor which would not only improve readability but also maintainability.
NOTE: Need to make sure to make it backward-compatible!
The text was updated successfully, but these errors were encountered:
Currently the repo just basically has a single FormValidation class and everything is is handled as objects, validating and throwing errors by manually checking things.
A better approach would be to actually create classes and make sure things are initialized through a class constructor which would not only improve readability but also maintainability.
NOTE: Need to make sure to make it backward-compatible!
The text was updated successfully, but these errors were encountered: