summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-02-03 13:02:06 -0500
committerJakob Kaivo <jkk@ung.org>2020-02-03 13:02:06 -0500
commitab6110f783fcce9ab64939184ffc797128e5f957 (patch)
treee95bb8b7de3611198e34f1cb4fceff02cf6bb074
parent6a0cf7e6bf5c0b244fc6f837db467eef6548b594 (diff)
add kt quote about throwing away code
-rw-r--r--quotes4
-rw-r--r--quotes.raw4
2 files changed, 8 insertions, 0 deletions
diff --git a/quotes b/quotes
index 6d136aa..55132d1 100644
--- a/quotes
+++ b/quotes
@@ -31,3 +31,7 @@ with unpredictable results, to having demons fly out of your nose.
-- John F. Woods, "Re: Why is this legal?"
comp.std.c Message-ID: <10195@ksr.com>
+%
+One of my most productive days was throwing away 1000 lines of code.
+
+ -- Ken Thompson in Eric S. Raymond's "The Art of UNIX Programming"
diff --git a/quotes.raw b/quotes.raw
index 2038af9..d25b28b 100644
--- a/quotes.raw
+++ b/quotes.raw
@@ -21,3 +21,7 @@ Permissible undefined behavior ranges from ignoring the situation completely wit
-- John F. Woods, "Re: Why is this legal?"
comp.std.c Message-ID: <10195@ksr.com>
+%
+One of my most productive days was throwing away 1000 lines of code.
+
+ -- Ken Thompson in Eric S. Raymond's "The Art of UNIX Programming"