←back to thread

414 points henry_flower | 1 comments | | HN request time: 0s | source
Show context
m4r1k ◴[] No.43112034[source]
I once saw a talk from Brian Kernighan who made a joke about how in three weeks Ken Thompson wrote a text editor, the B compiler, and the skeleton for managing input/output files, which turned out to be UNIX. The joke was that nowadays we're a bit less efficient :-D
replies(7): >>43112150 #>>43112344 #>>43112772 #>>43114120 #>>43117365 #>>43118374 #>>43118624 #
pinoy420 ◴[] No.43112150[source]
Otoh: I got react to run my tests without any warnings today.
replies(1): >>43112683 #
9dev ◴[] No.43112683[source]
If I write a bunch of tests for new code, and all of them pass on the first attempt, I'm immediately suspicious of a far more egregious bug hiding somewhere…
replies(3): >>43114300 #>>43114644 #>>43120829 #
1. michaelcampbell ◴[] No.43120829[source]
"never trust a test you've never seen fail." has kept me honest on more than one occasion.