diff options
| author | Fuwn <[email protected]> | 2025-05-19 17:04:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-19 17:04:46 -0700 |
| commit | 4770df00436b84966b70454458b7ed642148c790 (patch) | |
| tree | 0cb59edf63f1e6ca88df6031e1c59ab6b2967a4e | |
| parent | feat(index): Update index page (diff) | |
| download | locus-4770df00436b84966b70454458b7ed642148c790.tar.xz locus-4770df00436b84966b70454458b7ed642148c790.zip | |
feat(quotes): Add additional quotes
| -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" ] |