• szczuroarturo@programming.dev
    link
    fedilink
    arrow-up
    40
    arrow-down
    1
    ·
    8 months ago

    I find it to be suprisingly usless compared to classic aproach. But in my case it might be beacuse of the language i work with ( abap ).

    • Skyrmir@lemmy.world
      link
      fedilink
      arrow-up
      49
      arrow-down
      2
      ·
      8 months ago

      It’s not the language. ChatGPT is about as useful as a decent code manual. It won’t actually solve any problems for you, but it can show you the general format for doing so.

        • EatATaco
          link
          fedilink
          English
          arrow-up
          2
          ·
          8 months ago

          Yeah I’ve used it for boiler plate stuff for things I’ve not done before, but I always then read about what it did and make sure I understand it and where to look further.

          • marcos@lemmy.world
            link
            fedilink
            arrow-up
            7
            arrow-down
            1
            ·
            8 months ago

            Ok, I’ll use the “usually” wildcard to absorb this one.

            Odds are that ChatGPT can help you better with C# than the documentation. It’s also easier to navigate because you only need to know the answer before being able to make a good question, while merely knowing the answer and having a search engine won’t help you find the right Microsoft doc.

        • moonpiedumplings@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          8 months ago

          Sometimes whatever you are working with will have outdated or really poor docs, so an advanced internet info aggregator is useful in that sense.

          I started learning nix before chatgpt and it was a nightmare. I had to continually ask for help on discord, of all places, for things that should really be in the docs.

          Chatgpt makes nix easier, except not really because it’s info is outdated a lot of the time.