From 7a5ceebb503e16b1f2e5a9507b1f37f57fdfe362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Sun, 11 Dec 2022 11:17:13 +0100 Subject: [PATCH] Base: Add a quote to the fortunes database --- Base/res/fortunes.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Base/res/fortunes.json b/Base/res/fortunes.json index ae0ec2c1fd..369689cb85 100644 --- a/Base/res/fortunes.json +++ b/Base/res/fortunes.json @@ -269,5 +269,12 @@ "author": "thakis", "url": "https://discord.com/channels/830522505605283862/831544568767578162/1030534498925949060", "utc_time": 1665773194 + }, + { + "quote": "tfw your code has such high quality that the compiler explodes", + "author": "linusg", + "url": "https://discord.com/channels/830522505605283862/859531354219872266/1050792703849398282", + "utc_time": 1670598903, + "context": "\"Don't worry about if it's 'good enough'. AK isn't reserved for the highest quality code, it just tends to be better quality because it gets used a lot and bugs get fixed\"" } ]