17.32Why both idempotency and versioning?
Duplicate:
version 42
version 42
Idempotency solves that.
Out of order:
version 42
then
version 41
Version checking solves that.
They are distinct.
Duplicate:
version 42
version 42
Idempotency solves that.
Out of order:
version 42
then
version 41
Version checking solves that.
They are distinct.