Writing
Things that broke, and why
Notes from building. Mostly bugs that were more interesting than they looked, and measurements that disagreed with what I expected.
-
Narrowing stops at a function declaration
Seven errors appeared in one component the day type checking was switched on, under a guard that was correct. The difference between the lines that failed and the lines that passed was one keyword.
5 min
-
Chrome and Node disagree about this URL
It cost me the number one result twice, and no test could have caught it — because the test suite runs on Node, where the bug does not exist.
4 min