Brain Dump

Idempotence

Tags
comp-sci

In computing, an idempotent operation is one that has no additional effect if it is called more than once with the same input parameters. Eg. removing an element from a set. Remove once. Done. Remove the same input again, nothing changes.