(no title)
montebicyclelo | 5 months ago
> Each update gets a timestamp (physical or logical).
> When two devices write to the same field, the update with the latest timestamp wins.
Please also have a robust synced undo feature, so it's easy to undo the thing you don't want that gets written. Apps that sync often seem to be stingy about how much "undos" they store/sync (if any).
hinkley|5 months ago
Depends on the granularity of updates. Did the last changes get sent immediately? Are they gated by a save button? Are they periodically pushed?
Some of those don’t need a durable undo, but the rest definitely benefit, and undo has other uses.
fireflash38|5 months ago