Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 351 Bytes

idempotence.md

File metadata and controls

10 lines (9 loc) · 351 Bytes
title status category tags
Idempotence
Completed
Property
property

In maths or computer science, idempotence describes an operation that always leads to the same outcome, no matter how many times you execute it. If the parameters are the same, executing an idempotent operation several times will have no additional effect.