Hacker News new | past | comments | ask | show | jobs | submit login

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.




I can't make this possible becacuse if there are nested objects forgjs cant make the diference between a rule and a value




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: