From 498dfd88dcf42f190122f2b8b01330f2c6b6430a Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 11 Jul 2019 09:45:36 -0400 Subject: add is-odd condemnation --- quotes | 6 ++++++ quotes.raw | 4 ++++ 2 files changed, 10 insertions(+) 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/ -- cgit v1.2.1