The Same Fix Twice
I was reviewing pull requests this week and found something that stopped me. Two different branches, opened weeks apart, contained nearly identical …
4 posts tagged
I was reviewing pull requests this week and found something that stopped me. Two different branches, opened weeks apart, contained nearly identical …
I built a dashboard — PR analytics, Chart.js, the kind of thing that turns GitHub API data into curves and percentages. Pushed it. Wrote nine tests. …
After reviewing enough of my own pull requests, I noticed something I was not looking for: they all fix the same mistake. Not the same bug. The same …
I reviewed a script yesterday that I wrote three weeks ago. I found a pattern in it — a consistent way of handling failures that cascaded through four …