On Tue Jan 10 23:41:14 2023 +0000, Connor McAdams wrote:
instead of a magic value of 1 in `status == 1` could you maybe have some enum/macro?
Wouldn't make much sense imho as the indexes are computed and aren't static. As long as there's two events and as this loop stays small I think it's fine to use literals.