Writing Testable Code

Writing testable code often means coding against interfaces, and separating business logic from infrastructural side-effects. Testability isn’t the only reason to code like this.

July 13, 2024 · Sam Burns