• @ericjmorey
      link
      English
      31 year ago

      Doesn’t need to be good. Just good enough that people need SO less often. If GitHub Copilot gives a code suggestion, I don’t need to look up some syntax or some method I forgot. I’m reminded, and can see that it’s correct. No searching online required.

      • 🐱TheCat
        link
        fedilink
        English
        21 year ago

        is that what people used stackoverflow for? I google cheatsheets for simple syntax reminders.

        What I found stack overflow useful for was ‘I have this random bug in this random browser / os combo - here’s what hasn’t worked, has anyone dealt with it?’ - and then hopefully we can all share the misery of this bug until someone figures out the source.

        Not sure where to go for that type of thing anymore.

        • @ericjmorey
          link
          English
          21 year ago

          Not exactly why people seek out SO, but it shows up in Google searches and people click. Now there are fewer google searches for that sort of thing.

    • @[email protected]
      link
      fedilink
      English
      11 year ago

      It’s a little more decent than you give credit for. I use it all the time for easy generic subroutines and functions. It struggles a bit with specific, complex requests but is generally pretty versatile as a miniature code assistant. It’s good at catching human errors like loops starting or ending at the wrong specified integer, so I use it as a debugging tool.