|
|
|
|
|
by jonasmalaco
4118 days ago
|
|
If you have a client and a server, you'll most likely need to handle input or state twice. You shouldn't trust the client but you also don't your user to depend exclusively on the server (you want less latency and/or more informative errors). |
|