From 2013024789bd17bb9e92c7b887a50091b1d53c35 Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 21 Mar 2018 06:31:31 +0100 Subject: [PATCH] quote about complexity in software --- QUOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/QUOTES.md b/QUOTES.md index b217287..4b583ff 100644 --- a/QUOTES.md +++ b/QUOTES.md @@ -76,3 +76,4 @@ * Measure the size of the problem, then implement actions. [Francisco Cobos](https://twitter.com/CodeWisdom/status/952911760134156288) * No matter what the problem is, it's always a people problem. [Gerald M. Weinberg](http://www.softwarequotes.com/) * Hiring people to write code to sell is not the same as hiring people to design and build durable, usable, dependable software. [Larry Constantine](http://www.amazon.com/Beyond-Chaos-Managing-Software-Development/dp/0201719606) +* 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)