summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-04-04 11:57:29 -0400
committerJakob Kaivo <jkk@ung.org>2022-04-04 11:57:29 -0400
commit604972cff29a37deb4f4161b039fa65f67614c2b (patch)
tree9839a55b42a8812a82555ea18a2ddc0d921d0926
parent03dc47cf9a20781176552abfdaf21437dda70179 (diff)
add jwz regex quoteHEADquotes
-rw-r--r--quotes5
-rw-r--r--quotes.raw4
2 files changed, 9 insertions, 0 deletions
diff --git a/quotes b/quotes
index 8eab16e..99f9d9a 100644
--- a/quotes
+++ b/quotes
@@ -50,3 +50,8 @@ 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
+%
+Some people, when confronted with a problem, think “I know, I'll use regular
+expressions.” Now they have two problems.
+ -- Jamie Zawinski
+ alt.religion.emacs on Aug 12, 1997
diff --git a/quotes.raw b/quotes.raw
index af7a880..02798f3 100644
--- a/quotes.raw
+++ b/quotes.raw
@@ -37,3 +37,7 @@ My point isn't that exceptions are bad. My point is that exceptions are too hard
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
+%
+Some people, when confronted with a problem, think “I know, I'll use regular expressions.” Now they have two problems.
+ -- Jamie Zawinski
+ alt.religion.emacs on Aug 12, 1997