-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db225ad
commit a2a44ba
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Idempotence | ||
|
||
[Idempotence](https://en.wikipedia.org/wiki/Idempotence) is the property of a process that when run 1 or more times, it only has the effect of being run once. | ||
[Idempotence](https://en.wikipedia.org/wiki/Idempotence) is the property of a process that when run 1 or more times, it only has the effect of being run once. An idempotent function is deterministic and repeatable. |