Why not just using `currentCoordinates = positionAfterMove` instead of calculating it again? https://github.com/priyaaank/MarsRover/blob/4aec37634eac37b5a568c32a9aa1273aaa3f80e8/src/com/thoughtworks/rover/MarsRover.java#L48
Why not just using
currentCoordinates = positionAfterMoveinstead of calculating it again?MarsRover/src/com/thoughtworks/rover/MarsRover.java
Line 48 in 4aec376