Comment by sam_lowry_
Comment by sam_lowry_ 10 months ago
Gosh, only after this comment I understood why so many programmers litter the code with retries, even though they seem superfluous.
Comment by sam_lowry_ 10 months ago
Gosh, only after this comment I understood why so many programmers litter the code with retries, even though they seem superfluous.
I mean, sometimes it is superfluous and you can get rid most of the code by wrapping everything in a big try-retry handler or something like that.