Welcome to the fifth installment of Learning Through Example – Mars Rover! In this post, we’ll pick up from where […]
Tag: C#
Mars Rover – Implementing Rover : Creation
In this installment of the Mars Rover kata, we’re going to start implementing the Rover type! First, we’re going to […]
Mars Rover – Modeling Concepts
In the last post, we took a look at the problem description for Mars Rover and developed a set of […]
TIL – How To Check If a Substitute Was Called Zero Times
Setup During this past week, I’ve been working on a new feature and during development, I ended up with code […]
Using F# To Solve a Constraints Problem
In this post, I’m going to solve a logic puzzle using C# and F#. First, I’ll define the problem being […]