Hacker News new | ask | show | jobs
by knorl 1299 days 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.
1 comments

[closed, open) isn’t the only strategy that works, but it should be preferred because it’s so common.