On Fri Aug 4 12:35:04 2023 +0000, Jeffrey Smith wrote:
Not sure if the lead devs have a preference on this one, but `= duration / 10000000.0` compiles to the same thing. I also prefer `1e7` over `10000000.0` because that many 0's is hard to read at a glance.
I'd prefer this as well.