Notes & Sketches
336985.com

On reading other people's code

Sara K. · Apr 2

Caches solve a problem and create three new ones: invalidation, observability, and the slow drift between what the cache thinks is true and what the source thinks is true.

I trust monorepos more in the second year than I did in the first. Most of the early friction goes away once the tooling catches up.

When a system surprises me, my first instinct used to be to fix the surprise. Now my first instinct is to figure out which mental model of mine was wrong, and update that.

← back to index