▲ | foldr 5 days ago | |||||||
It’s difficult to ensure that it’s always the same logic when client and server software versions can get out of sync. You can try to force the client to reload whenever the server redeploys, but realistically you’ll probably end up dealing with cases where the client and server logic diverge. | ||||||||
▲ | jitl 5 days ago | parent [-] | |||||||
i mean that's life with client computers, you make stuff backwards compatible and you avoid making it too brittle. | ||||||||
|