Is it a good idea to use the same validation rules on client and server-side?
In the front-end, users should be able to see when their input is going to be wrong, so we inform them before they submit. On the server-side, we need to validate anyway. Is it meaningful to store a set of regex strings somewhere on the server and us...
Nov 10, 2017CS