Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 230 Bytes

Idempotence.md

File metadata and controls

3 lines (2 loc) · 230 Bytes

Idempotence

Idempotence is the property of a process that when run 1 or more times, it only has the effect of being run once. An idempotent function is deterministic and repeatable.