In many places, we treat round order as starting at 1, not 0. This makes accessing data in arrays more complex (+1 / -1) to make display to the user easier. We'd do well to invert this, though the scope of such a project is still TBD as I'm not sure how thoroughly this is embedded in the code.
In many places, we treat round order as starting at 1, not 0. This makes accessing data in arrays more complex (
+1
/-1
) to make display to the user easier. We'd do well to invert this, though the scope of such a project is still TBD as I'm not sure how thoroughly this is embedded in the code.