Evaluating our Test Pyramid
Our DX survey says the feedback loop is too slow. I had a hunch our test pyramid was off. So I built an analyser to find out — and the real problem wasn't what I expected.
Our DX survey says the feedback loop is too slow. I had a hunch our test pyramid was off. So I built an analyser to find out — and the real problem wasn't what I expected.
The growing gap between the code your team ships and the code your team understands. It's not technical debt. It's worse.
Explore how a native pipe operator could improve code readability and composition in PHP. Understand current alternatives and what future implementation might look like.
Discover Primitive Obsession in code: recognize symptoms, understand implications, and learn effective fixes with value objects.
A lot can be learned about software development by playing retro games.
In this article, I introduce a form of Accidental Complexity I've been referring to as Accidental Intent Cancelling.