6 ms·
why not just say "less is better?"
by jonathanrmumm 2y ago
why not just say "less is better?"
- kelnos 2y agoBecause that's not the common, generally accepted term.
- smcameron 2y agoBecause "Worse is Better" entered the lexicon circa 1991. https://en.wikipedia.org/wiki/Worse_is_better https://en.wikipedia.org/wiki/Worse_is_better
- jonathanrmumm 2y agoyes, why? seems like not that useful of a phrase if it needs an explanation with parenthesis in a wikipedia
- nicklaf 2y agoThe phrase was made famous in an influential essay[0] by Richard P. Gabriel, where he laments Lisp's relative failure to compete with Unix. In Gabriel's opinion, Unix proved to follow the more adaptive design strategy in certain ways (in spite of his involvement with and admiration for Lisp), and the phrase "Worse is better" is meant to capture the essence of that advantageous strategy (as outlined in the essay). The essay is worth reading and is a bit more elaborate than just saying "less is more", or "keep it simple, stupid". [0] https://dreamsongs.com/WorseIsBetter.html https://dreamsongs.com/WorseIsBetter.html
- jonathanrmumm 2y agoAh so it’s more “if it’s not broken enough, don’t fix it”
- simonmic 2y agoRead the essays, they're excellent.
- jonathanrmumm 2y ago> it is better to start with a minimal creation and grow it as needed yes, this is a much better explanation than the wikipedia
- alabhyajindal 2y agoExactly. "Worse is better" makes zero sense.
- kzrdude 2y agoIt doesn't convey the same idea
- alabhyajindal 2y agoWhat idea does "worse is better" convey to someone who hasn't heard of the phrase before?
- jonathanrmumm 2y agothen someone needs to update the wikipedia > It refers to the argument that software quality does not necessarily increase with functionality: that there is a point where less functionality ("worse") is a preferable option ("better") in terms of practicality and usability.
- marcosdumay 2y ago"Worse" is not "less". It's about things like non-complete features, non-scalable architecture, and non-fully solved problems. Besides, "less is better" is not a paradox. There is another famous phrase that is "less is more". But it's a very different one (And "less" would clearly map into "not worse".)
- camgunz 2y ago"Worse is better" comes from an ancient story where the Lisp folks were trying to design an elaborate system for resuming interrupted syscalls, and the UNIX folks just returned a "we fucked up" error to the caller instead. People take different lessons from this. Personally I feel like this is one of the earliest software forms of YAGNI: the (lack of) severity didn't merit the engineering effort to "fix" it. But, OP's interpretation is also valid.