If the best and the worst papers never appear together, then six examination papers can be arranged in how many ways?A) 120B) 480C) 240D) None of these
If the best and the worst paper never appear together, then six examination papers can be arranged in how many ways
Worse is better
The Rise of "Worse is Better'' (original source of the idea... not what I expected given usage)
tl;dr "Worse is better" is not an excuse to write bad software, it is an excuse to push complexity to the user after you've thought very hard about being able to solve it.
I think "Worse is better" suffers from being poorly named. Which is also what makes it so popular. Most people I talk to think that "Worse is better" is an excuse for making poor quality software because people like it. But that is wrong. "Worse is better" is about making a conscious decision as to where to put complexity and the cost-analysis of hiding complexity from the user. The MIT folks were stagnating because they couldn't solve a really hard problem in a way that they liked, but refused to leak that complexity to the user. NJ said that this is a hard problem, so we won't try to solve it on our end. While the NJ solution is worse, in that it leaks complexity to the user, it is also great in that you can always solve it later and remove that complexity from the user again. That let them move ahead.
More on reddit.com