WebGlossary.info
Idempotence
- The property of certain operations in mathematics and computer science whereby they can be applied multiple times without changing the result beyond the initial application. In computer science, idempotence can have a different meaning depending on the context in which it is applied. For example, in imperative programming, a subroutine with side effects is idempotent if multiple calls to the subroutine have the same effect on the system state as a single call. ← Wikipedia
- Previous term: IDE
- Next term: Identifier
- Random term: Test-driven development