|
|
|
|
|
by LiterallyDoge
2758 days ago
|
|
Very cool idea. Something I would enjoy using is a shorthand syntax for validation rule object declarations eg: new Validator = ({
age: 'int 22-48'
}); If memory serves you can parse that type of string in the Validator constructor and insert the Rule structures you already have in place of it. |
|