• Auzy@beehaw.org
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    2 years ago

    Let copilot do it. Junior developers can now efficiently write useless comments like the rest of us

    • Inktvip@lemm.ee
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      I’m very much a novice coder, but I often find myself doing the opposite. Write a good comment and let copilot write the actual code.

      • NathanM@sopuli.xyz
        link
        fedilink
        arrow-up
        8
        ·
        2 years ago

        Yeah I wouldn’t rely on that, especially early in your coding journey. The less external resources helping you the better, so you’re encouraged to problem solve and figure out your own solutions, even if it takes longer.