summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-01-13 19:43:52 -0500
committerJakob Kaivo <jkk@ung.org>2022-01-13 19:43:52 -0500
commit03dc47cf9a20781176552abfdaf21437dda70179 (patch)
treea1bd79361f8b634912077ce178da2f387976fc0d
parent775fb33fc3307b011efaf57d051d235c2df13716 (diff)
add psycopath quote
-rw-r--r--quotes5
-rw-r--r--quotes.raw4
2 files changed, 9 insertions, 0 deletions
diff --git a/quotes b/quotes
index db65cfc..8eab16e 100644
--- a/quotes
+++ b/quotes
@@ -45,3 +45,8 @@ My point isn't that exceptions are bad. My point is that exceptions are too
hard and I'm not smart enough to handle them.
-- Raymond Chen, "Cleaner, more elegant, and harder to recognize"
https://devblogs.microsoft.com/oldnewthing/20050114-00/?p=36693
+%
+Always code as if the guy who ends up maintaining your code will be a violent
+psychopath who knows where you live. Code for readability.
+ -- John F. Woods
+ comp.lang.c++ on Sep 24, 1991
diff --git a/quotes.raw b/quotes.raw
index e22e822..af7a880 100644
--- a/quotes.raw
+++ b/quotes.raw
@@ -33,3 +33,7 @@ It seems that perfection is attained not when there is nothing more to add, but
My point isn't that exceptions are bad. My point is that exceptions are too hard and I'm not smart enough to handle them.
-- Raymond Chen, "Cleaner, more elegant, and harder to recognize"
https://devblogs.microsoft.com/oldnewthing/20050114-00/?p=36693
+%
+Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. Code for readability.
+ -- John F. Woods
+ comp.lang.c++ on Sep 24, 1991