What is the XY problem?
When asking questions, how do I recognize when I'm falling into it? How do I avoid it?
|
What is the XY problem? When asking questions, how do I recognize when I'm falling into it? How do I avoid it? |
|||||
|
What is it?The XY problem is asking about your attempted solution rather than your actual problem. That is, you are trying to solve problem The ProblemThis can lead to frustration by people who are trying to help you solve the problem because by the time you ask about it, the solution that you need help with might not have any obvious connections to the problem that you are trying to solve. How to AvoidTo avoid falling into this trap, always include information about a broader picture along with any attempted solution. If someone asks for more information, or especially a more specific question, do provide details. If there are other solutions which you believe will be suggested and which you've already ruled out, then don't try to avoid going over them again – instead state why you've ruled them out, as this gives more information about your requirements and helps others provide better answers. An ExampleA recent IRC conversation for illustration:
The problem is really about how to parse Javascript data structures, not find "a string between two delimiters", yet it takes quite a bit of time and intuition to get to the real issue. This is easier to do in a fully interactive chat (regardless of what mode), but on a SE site, where you polish a post a bit, post it, and then have 5-30 mins, or longer, before feedback, it really helps to head in the right direction from the start. |
|||||||||||||||||||||
|