The McDonald's Theory of Bad Ideas
11–20 of 141 posts
Re: The McDonald's Theory of Bad Ideas
#12I use a technique like this when I am stuck trying to write code and can't figure out how to do it efficiently. I ask myself "what is the worst possible way to implement this function?" and start writing that. Sure enough, that gets my mind going almost immediately and I start thinking of the improvements needed to turn it into good code.
The danger is that you leave the solution at too early a stage, and other things start relying on your flimsy rope bridge. It gets really difficult to go back and do things better.
Re: The McDonald's Theory of Bad Ideas
#13Of course, there is the risk that everyone thinks McDonalds is a swell idea, and then no one will ever do anything nicer for lunch ever again. Not to stretch the analogy too far, but I have had this happen both literally and figuratively.
If it backfires, then all you need to do is next time say "let's do something different".
Re: The McDonald's Theory of Bad Ideas
#14Re: The McDonald's Theory of Bad Ideas
#15Of course, there is the risk that everyone thinks McDonalds is a swell idea, and then no one will ever do anything nicer for lunch ever again. Not to stretch the analogy too far, but I have had this happen both literally and figuratively.
Re: The McDonald's Theory of Bad Ideas
#16Isn't this just a "straw man concept?" Just throw out some idea, even it it's bad just to get the conversation going?
Re: The McDonald's Theory of Bad Ideas
#17I tend to use a similar tactic when we're brainstorming internal project ideas especially. I'll come up with something really stupid to break the ice and then others feel better knowing their ideas probably aren't nearly as bad.
Re: The McDonald's Theory of Bad Ideas
#18Re: The McDonald's Theory of Bad Ideas
#19I get the theory behind recommending the worse idea so that people recommend something that isn't nearly as bad but what is so bad about McDonald's? Here in Australia there aren't many fast food establishments opened at 3am besides McDonald's and when you're driving to work or had a night out on the town which is worse: dodgy kebab, slightly warm 3 day old curry or McDonald's? I tend to use a similar tactic when we'r…
Re: The McDonald's Theory of Bad Ideas
#20Of course, there is the risk that everyone thinks McDonalds is a swell idea, and then no one will ever do anything nicer for lunch ever again. Not to stretch the analogy too far, but I have had this happen both literally and figuratively.