• @[email protected]
    link
    fedilink
    English
    63 months ago

    Addendum to 2: never believe that what they say is relevant to what’s actually happening here. You have a lot of faith that the people writing error messages knew what they were doing!

    • @[email protected]
      link
      fedilink
      English
      33 months ago

      Having written some error messages in a godforsaken database frontend, an error message only means that something didn’t work correctly and may or may not correctly indicate what is actually wrong

    • @[email protected]
      link
      fedilink
      English
      2
      edit-2
      3 months ago

      I mean, if the error says “variable foo is not defined” I don’t think it’s wise to go “I’m pretty sure it’s defined, the compiler is just wrong” 😂

      • Ethan
        link
        fedilink
        English
        23 months ago

        I don’t know, have you ever used JavaScript? I’ve run into some really fucking weird bugs. I’ve also spent hours trying to find the source of an error message only to discover the error message was lying and caused by some other error.