From a5c9c4e407f0444931dc11bb2d8ff3627c6030d9 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 31 Aug 2018 14:40:57 +0200 Subject: [PATCH] quote: about origin of bugs --- QUOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/QUOTES.md b/QUOTES.md index 2d265e2..586f918 100644 --- a/QUOTES.md +++ b/QUOTES.md @@ -79,3 +79,4 @@ * A primary cause of complexity is that software vendors uncritically adopt almost any feature that users want. - [Niklaus Wirth](http://www.adrianmccarthy.com/blog/?p=15) * You can't be a senior software engineer unless you take ops seriously - [Source](https://twitter.com/esigler/status/778706455419465728) * Leave Things BETTER than you found them. - Robert Baden Powell +* 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)