Exponential Backoff in Golang: take two
Apr. 22nd, 2024 10:34 am![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Most important change: float multiplier. Special thanks to
juan_gandhi for this discussion!
https://github.com/aklepatc/backoff/blob/main/backoff.go
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
https://github.com/aklepatc/backoff/blob/main/backoff.go
no subject
Date: 2024-04-22 05:17 pm (UTC)I always thought that positive comments can be very generic (Looks good to me) but negative ones need to be specific.
So I would do either: "This looks weird to me because..." or "This looks rather strange to me. But I don't really know the language. So maybe just that"...
no subject
Date: 2024-04-22 05:51 pm (UTC)In this case, I got a feeling that this code structure is very unusual. I'll take a look again tomorrow.