DDay26 - Isolated Tests in Practice (Part 2)
05/14/2019 — 2 Min Read — In Testing, Scala, TDD
In the first part of this TDD-Refactoring-Session, I introduced you to the structural design changes I made to my Tic-Tac-Toe game to make it more testable. In this second part, I'll explain how to…