|
|
|
|
|
by mrtksn
4771 days ago
|
|
anything client-side is never about security or consistency since no matter what you do, anybody can always send you any data they want. client side validity checking is about the user experience, I mean if the user is doing something wrong you can guide them to the right direction without the need of server interaction and server interaction is always slower that one line of client side code. |
|