← All topics

Debugging

All writing →

5 posts filed under Debugging, newest first.

7 min

Debugging is a method

I watched somebody spend two hours on a bug by changing things and refreshing, and it took me a while to work out that nobody had ever told them there was a method, because nobody ever told me either.

Debugging
6 min

git bisect

Somebody says the thing worked in June, there are 900 commits since June, and the temptation is to sit and think really hard, which is exactly the wrong instinct because a computer can do this in ten questions.

Git Debugging
6 min

The indexer

A price was right on the product page and wrong on the category page for eleven days, and the answer was not in any of the code I'd been reading, because the two pages were reading from different tables.

Ecommerce Debugging
7 min

View source

The web taught a generation of us by being readable and I'm not sure the thing replacing it has that property, which might matter more than it sounds like it does.

Debugging