Articles, page 4

Generating the Premier League Table in F#

During lockdown, I’ve made another effort at learning F#. This time I think I’ve had a bit more success. Processing data is something that we as developers do on a weekly or even daily basis, so it seems...

Series: TDD: Implementing Freecell

Test Driven Development: Implementing Freecell - Part 3

Introduction In the last post we were left with some tests that exercised some very basic functionality of the Deck class. In this post, we will continue to add unit tests and write production code to make those...

Series: TDD: Implementing Freecell

Test Driven Development: Implementing Freecell - Part 2

Introduction In the previous post in this series, we had finished up with a very basic unit test, which didn’t really test much, which we had ran using dotnet xunit in a console, and saw some lovely output....

Browse by topic