Monday, April 20, 2020

Functional Mars Rover kata: Railways on Mars

In the previous article, we discussed and implemented domain types for the Mars Rover kata. Now, we will go through the rest of the requirements and implement the command execution functionality. First, we need to parse an input sequence of characters in order to determine which movement functions...