-
Testing Problems Come From Architecture
Thanks to Logicroom for teaching me this. With testing problems, the fix is rarely in the tests. The fix is in the architecture. As J.B. Rainsberger said, unit tests are the best. With only a few integration tests at the edge. But usually, the system is too coupled to have unit tests. The tests write…