summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-11 09:45:36 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-11 09:45:36 -0400
commit498dfd88dcf42f190122f2b8b01330f2c6b6430a (patch)
tree23c01fa0c72fc1d260073dd80b1f9cb2b4cbfe0b
parent1dea81ff9a7674725bb46a7a4c53364e8c09af08 (diff)
add is-odd condemnation
-rw-r--r--quotes6
-rw-r--r--quotes.raw4
2 files changed, 10 insertions, 0 deletions
diff --git a/quotes b/quotes
index 38aa10d..ce5dd02 100644
--- a/quotes
+++ b/quotes
@@ -11,3 +11,9 @@ met. No committee will ever do this until it is too late.
-- C.A.R. Hoare, "The Emporor's Old Clothes"
Communications of the ACM, 1981
+%
+If you can't write a function to determine if a given integral input is odd in
+under 10 seconds, you're either a crappy typist or *you shouldn't be
+programming*.
+
+ -- Brook Monroe, https://medium.com/p/b0b09bb11798/
diff --git a/quotes.raw b/quotes.raw
index 50e926a..2da0fe8 100644
--- a/quotes.raw
+++ b/quotes.raw
@@ -4,3 +4,7 @@ The first method is far more difficult. It demands the same skill, devotion, ins
-- C.A.R. Hoare, "The Emporor's Old Clothes"
Communications of the ACM, 1981
+%
+If you can't write a function to determine if a given integral input is odd in under 10 seconds, you're either a crappy typist or *you shouldn't be programming*.
+
+ -- Brook Monroe, https://medium.com/p/b0b09bb11798/