code-for-a-living December 19, 2022 Use Git tactically How you can use micro-commits to effectively apply the Strangler Fig pattern. Mark Seeman
code-for-a-living November 3, 2022 Stop requiring only one assertion per unit test: Multiple assertions are fine One test case, not one test assertion. Mark Seeman
code-for-a-living January 3, 2022 Favor real dependencies for unit testing Which dependencies should be present in your code base? This article suggests an answer to that question. Mark Seeman