Why I went back to plain text
Theo M. · Jul 22
The team I learned the most from didn't have great tools. They had a great habit of reading each other's pull requests in full, including the parts that weren't theirs.
I write smaller commits than I used to. The commits are uglier in isolation and much easier to read in sequence.
Most retry logic I've removed turned out to be hiding a real bug. The retries made the failure invisible, and the bug compounded for months in the background.
← back to index