Idempotence is a property of an operation that ensures that, if the operation is repeated once or more than once, you get the same result. It is used in both the physical world and software architectures to build reliable and fault-tolerant systems. Examples of idempotence include traffic light buttons and elevator call

6m read timeFrom freecodecamp.org
Post cover image
Table of contents
Idempotence in the Physical WorldIdempotence Patterns in Software ArchitecturesBringing it Together
1 Comment

Sort: