Idempotence
In computer science, idempotency is a property of some operations or functions that guarantees that the result of a repeated operation will be the same as the result of the original operation. In other words, an idempotent operation can be applied several times without changing the result of the original operation.