From a1dd71956ef8a4b10b1bab3b2cc2ce0341738245 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 7 Sep 2018 10:22:32 +0200 Subject: [PATCH] Kitze's quote about code simplicity and DRY --- QUOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/QUOTES.md b/QUOTES.md index 2353db0..1a50d65 100644 --- a/QUOTES.md +++ b/QUOTES.md @@ -82,3 +82,4 @@ * 90% of the bugs I produced were for one of the two reasons. 1) Doing multiple things at one place. 2) Doing one thing at multiple places [Source](https://twitter.com/CodeWisdom/status/998180793385209856) * [victorlaerte/awesome-it-quotes](https://github.com/victorlaerte/awesome-it-quotes) - a list of awesome IT quotes. The aim is to collect all relevant quotes said over the history of IT. * What matters for simplicity is that there's not interleaving. - [Rich Hickey](https://twitter.com/CodeWisdom/status/993165747219288064) +* I think that most of the problems in programming arise from building an abstraction where a simple repetition of some code would be more than enough - [Kristijan Ristovski (Kitze)](https://twitter.com/thekitze/status/992698579830628353)