|
|
|
|
|
by Gooblebrai
627 days ago
|
|
I'd argue that doing client validation saves your server from superfluous requests just to validate that your username input has less than 16 characters. Of course, you later still do it in the server again because you can't never trust the clients Reducing server workload is useful |
|