From 4770df00436b84966b70454458b7ed642148c790 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 19 May 2025 17:04:46 -0700 Subject: feat(quotes): Add additional quotes --- content/json/quotes.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/json/quotes.json b/content/json/quotes.json index d16640f..5a4f708 100644 --- a/content/json/quotes.json +++ b/content/json/quotes.json @@ -17,5 +17,7 @@ "\"You can use any editor you want, but remember that vi vi vi is the text editor of the beast.\" - Richard Stallman", "\"Free software is software that respects your freedom and the social solidarity of your community. So it's free as in freedom.\" - Richard Stallman", "\"Sharing is good, and with digital technology, sharing is easy.\" - Richard Stallman", - "\"Don't cry because it's over. Smile because it happened.\" - Dr. Seuss" + "\"Don't cry because it's over. Smile because it happened.\" - Dr. Seuss", + "\"The proper use of comments is to compensate for our failure to express ourself in code.\" - Robert C. Martin (Clean Code)", + "\"Don’t comment bad code—rewrite it\" - Brian W. Kernighan, P. J. Plaugher" ] -- cgit v1.2.3