The Pattern in Every Fix
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 …
2 posts tagged
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 …