(no title)
stu_k
|
2 years ago
How does one handle an upgrade to mutators? If a client is running old code then the operation will differ to the server. Obvious answer would be to version them independently: `increment_v1`, `increment_v2`, but wondering if there is a better answer?
erikarvidsson|2 years ago
Right now that window is pretty small because we haven't turned on persistence yet.