Ivan Shuba
Ivan Shuba
@aherbert You're correct this is more readable while keeping the overall approach the same. I've checked, and all tests are passing.
> I've checked, and all tests are passing. @aherbert Well, not all apparently. Only the ones I've added. I'll try to find out what causes the `GreatCircleTest` to fail.
@aherbert `GreatCircle` class was using the `Objects.hash()` wrapper method to calculate hash value. In its turn, it was calling the `Arrays.hashCode()` method. Unfortunately, somewhere during the process, this fails to...
Hi @aherbert Can I ask if you want me to fix anything to get this moving on?