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.
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.