Re: Question about to-be-closed methods
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Question about to-be-closed methods
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2020年7月18日 14:29:30 -0300
> How would you define idempotence for a function that has failed by
> raising an error?
It is Ok to do again whatever it did before the error. (I am sure you
could have guessed it.)
-- Roberto