From 258a1bf699d530e0d20710451cdd7b7e7b888227 Mon Sep 17 00:00:00 2001 From: Zeftax Date: Sat, 20 Jul 2024 13:15:10 +0200 Subject: [PATCH] Add quote --- docs/common/footer.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/common/footer.php b/docs/common/footer.php index 83c3a3f..344d992 100755 --- a/docs/common/footer.php +++ b/docs/common/footer.php @@ -31,6 +31,9 @@ $quote_arr = [ I've got nothing I want you to see.", "Your scientists were so preoccupied with whether or not they could, they didn't stop to think if they should.", + "Debugging is twice as hard as writing the code in the first place. + Therefore, if you write the code as cleverly as possible, you are, + by definition, not smart enough to debug it.", ]; $quote_author_arr = [ @@ -46,6 +49,7 @@ $quote_author_arr = [ "SomeOrdinaryGamers", "Anon (film)", "Ian Malcolm (Jurassic Park)", + "Brian Kernighan", ]; ?>