ErrorCraft

Results 3 comments of ErrorCraft

Ah yeah, maybe something like `isNext` to be more consistent with the other method names like `canRead`? (It also reads a bit better imo)

Changed the method name to `isNext`. I was also thinking of adding an `isNext` method that accepts a `Predicate` as a parameter to be able to check for more than...

I mainly chose the name `Sector` because it's consistent with the name `Arc`. If the name is changed to `CircularSector` then `Arc` should likely be renamed to `CircularArc` as well....