Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idempotent inaccurate #184

Closed
niclash opened this issue Jun 27, 2018 · 2 comments
Closed

Idempotent inaccurate #184

niclash opened this issue Jun 27, 2018 · 2 comments

Comments

@niclash
Copy link

niclash commented Jun 27, 2018

Although the provided explanation that "f(x) is idempotent, if and only if f(x) == f(f(x))" is the original academic meaning, in industry jargon it not the case. There, an idempotent call (function, procedure, rpc,...) is one that can be repeated with the same inputs many times, returning the same value and not causing any additional side effects (say, issue the payment request many times).

I suggest that some wording of this is added.

@jethrolarson
Copy link
Collaborator

jethrolarson commented Jun 27, 2018 via email

@niclash
Copy link
Author

niclash commented Jun 27, 2018

Ok. Np.

@niclash niclash closed this as completed Jun 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants