On Wed Feb 28 07:33:18 2024 +0000, Conor McCarthy wrote:
If you use `i = sorter.available_blocks.count;` and `if (i == 0)` we don't need to know the size of `i`.
I'm not sure I prefer it. It means that I have to use `i - 1` in a couple of places and I find that confusing.