Todo Kata - FSharp Part 2

Posted on October 06, 2020 in Tutorial • Tagged with Tutorial, F#, Todo, Development, Events

In Part 2 of the F# kata, we will implement the todo application. This will allow us to keep track of a todo list, and it will utilize the done functionality we created in the previous post to record the items we complete.

Series Outline

  1. Intro
  2. F# Series
    1. Part 1 …

Continue reading