• xavier666@lemm.ee
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    12 hours ago

    “Copilot is really good at things which I already know” and that is perfectly fine

    • flashgnash@lemm.ee
      link
      fedilink
      arrow-up
      9
      ·
      1 day ago

      Exactly.

      It’s to speed up boilerplate and save you having to look up function names or language specific syntax for that one feature you want to use, not to entirely do your job for you

      • Ethan@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 hours ago

        If I’ve been working in the same language for at least a year or two, I don’t have to look up any of that. Copilot might be actually helpful if I’m working in a language I’m not used to, but it’s been a long time since I’ve had to look up syntax or functions (excluding 3rd party packages) for the language I work in.

        • flashgnash@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          5 hours ago

          Of course but presumably on occasion you do work in other languages? I work in all kinds of languages and so jumping between them it’s pretty handy to bridge the gap

          I think you could definitely still get value out of generating simple stuff though, at least for me it really helps get projects done quickly without burning myself out

          For small one off scripts it makes them actually save more time than they take to write (for example colleague had to write the permissions of a bunch of files recursively into an excel doc, chatgpt did 90% of that I did 9 and he did 1 lol)