Y
Hacker News
new
|
ask
|
show
|
jobs
by
Drakim
2259 days ago
Provided that there aren't any other consequences, such as emails not being delivered before you do that GET.
1 comments
cryptonector
2259 days ago
Idempotent != no side effects.
Idempotent == if you do it more than once, you get the same result.
link
Idempotent == if you do it more than once, you get the same result.