• Dragon Rider (drag)@lemmy.nz
          link
          fedilink
          English
          arrow-up
          3
          arrow-down
          3
          ·
          edit-2
          2 days ago

          The worst part of the XY problem is that it destroys searchability. If drag googles X and finds a thread where the gurus are answering Y, that’s great for the noob who asked the wrong question, and bad for everyone else. That noob didn’t need X, but someone else will probably need X sooner or later, and now the search results for X are full of Y.

          Worse, if someone who needs X asks for X on stackoverflow, it could be closed as a duplicate, despite the fact that all the answers in the original thread are Y. Now it’s impossible to answer X.

          • dustyData@lemmy.world
            link
            fedilink
            arrow-up
            4
            ·
            1 day ago

            I don’t think you quite understood the xy problem. A better way to explain the core concept is “don’t ask how to do your erroneous solution, ask how to solve your problem”, the corollary to this is “don’t just ask how to do something, explain why are you trying to do it or what you’re trying to accomplish with it”. This helps people to contextualize their answers when trying to help you. Remember that the problem is that the person is not asking for X because they don’t understand their problem in the first place. You’re right about stack overflow though, very useful info sometimes but incredibly toxic place most of the time.

            • orcrist@lemm.ee
              link
              fedilink
              arrow-up
              1
              ·
              19 hours ago

              To some degree it’s unavoidable that the answer is you receive are not the answers you want. Most of the time The listener is making some assumptions about what you know or about what you could do or want to do, and those are definitely not going to be entirely accurate. Of course the listener knows that, but if they follow what you wrote too closely, they could be ignoring the obvious solution that you just didn’t think about because you were focused on something else.