Engineering
Writing
13 posts
On console warnings and the things we don't remove
Removing unused documentation tooling and fixing prop type warnings: small changes that don't ship features but make the codebase a bit more honest.
Two kinds of correctness: currency bugs and ghost feature flags
A currency display bug in the exchange flow and a feature flag referencing something that never existed in production. Two different kinds of silent incorrectness.
The shape of shared libraries
A shared library is defined by the shape it presents to its dependents. Two cases make that concrete: an icon component used through an undeclared path, and a one-line logging change that quietly broke a numeric assumption.