Slide 19
Slide 19 text
19
Example of idempotent operations
Update the same DB entry to the same value multiple times
Authenticate a user
Check if a file exists, and if not, create an empty file with that name
Confusing to design, difficult to implement!