Idempotent (programming)

Uit De Vliegende Brigade
Naar navigatie springen Naar zoeken springen

Idempotent means that if you execute a script or function, that you get the same result, regardless of whether you execute it once, or e.g., ten times. I used to call this repeat-safe