diff options
| -rw-r--r-- | content/json/quotes.json | 4 |
1 files changed, 3 insertions, 1 deletions
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" ] |