diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-04-04 11:57:29 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-04-04 11:57:29 -0400 |
commit | 604972cff29a37deb4f4161b039fa65f67614c2b (patch) | |
tree | 9839a55b42a8812a82555ea18a2ddc0d921d0926 | |
parent | 03dc47cf9a20781176552abfdaf21437dda70179 (diff) |
-rw-r--r-- | quotes | 5 | ||||
-rw-r--r-- | quotes.raw | 4 |
2 files changed, 9 insertions, 0 deletions
@@ -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 @@ -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 |