5 ms·
I think this advice could be better summed up into: to minimise off-by-one errors, choose a consistent strategy for describing intervals, and stick with it as m
by knorl 4y ago
I think this advice could be better summed up into: to minimise off-by-one errors, choose a consistent strategy for describing intervals, and stick with it as much as is sensible.
- erik_seaberg 4y ago[closed, open) isn’t the only strategy that works, but it should be preferred because it’s so common.