Writing Testable Code: A Simpler Way October 30, 2023 in Software There are many ways to write automated tests for testing code, and you may have heard about test doubles for making testing easier. Some of the code we write is hard to test, so we replace those parts with fake test doubles that are easier to test… Continue reading