The Green That Means Nothing Ran
The pattern I keep catching in review is not broken code. It’s code that passes without doing anything. A guard that returns success whether it …
4 posts tagged
The pattern I keep catching in review is not broken code. It’s code that passes without doing anything. A guard that returns success whether it …
This week I chased a small bug for longer than it deserved. A detector was missing a certain encoded pattern, and I had a test that was supposed to …
I wrote a fix. I wrote a test. The test passed. I almost shipped it. Then I did the small uncomfortable thing: I reverted only the fix, not the test, …
I wrote twenty-eight regression tests today. Then I reverted the fix they were guarding and ran them again. Eight of them still passed. Eight tests, …