• rumschlumpel@feddit.org
    link
    fedilink
    English
    arrow-up
    127
    arrow-down
    2
    ·
    4 months ago

    TBH asking questions on SO (and most similar platforms) fucking sucks, no surprise that users jump at the first opportunity at getting answers another way.

    • thebestaquaman@lemmy.world
      link
      fedilink
      English
      arrow-up
      27
      ·
      4 months ago

      I will never forget the time I posted a question about why something wasn’t working as I expected, with a minimal example (≈ 10 lines of python, no external libraries) and a description of the expected behaviour and observed behaviour.

      The first three-ish replies I got were instant comments that this in fact does work like I would expect, and that the observed behaviour I described wasn’t what the code would produce. A day later, some highly-rated user made a friendly note that I had a typo that just happened to trigger this very unexpected error.

      Basically, I was thrashed by the first replies, when the people replying hadn’t even run the code. It felt extremely good to be able to reply to them that they were asshats for saying that the code didn’t do what I said it did when they hadn’t even run it.

      • rumschlumpel@feddit.org
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 months ago

        I do understand being rigorous about questions, and technical forums were even worse a lot of the time, but SO’s methods led to the site becoming severely outdated. They really should have introduced a mechanism to mark old content as outdated. It should have been obvious like 10 years ago that solutions often stop working come next major version of the programming language, framework or operating system.