walter_wiggles@lemmy.nz to Programming@programming.dev · 9 months agoNew GitHub Copilot Research Finds 'Downward Pressure on Code Quality'visualstudiomagazine.comexternal-linkmessage-square30fedilinkarrow-up1150arrow-down13file-textcross-posted to: hackernews@lemmy.smeargle.fans
arrow-up1147arrow-down1external-linkNew GitHub Copilot Research Finds 'Downward Pressure on Code Quality'visualstudiomagazine.comwalter_wiggles@lemmy.nz to Programming@programming.dev · 9 months agomessage-square30fedilinkfile-textcross-posted to: hackernews@lemmy.smeargle.fans
minus-squareLandless2029@lemmy.worldlinkfedilinkarrow-up6·edit-29 months agoIt’s awesome for debugging for me. Also helped me a few times with recursive logic. As with any AI solution it’s “garbage in. Garbage out.” Write your code normally. Then ask to generate comments? Add logging? Any tips for improvements? You have to already know how to code so you know what to ignore.
minus-squarebruhduh@lemmy.worldlinkfedilinkarrow-up5·9 months agoExactly, ai only speeds up your coding, quality still depends on you
It’s awesome for debugging for me.
Also helped me a few times with recursive logic.
As with any AI solution it’s “garbage in. Garbage out.”
Write your code normally. Then ask to generate comments? Add logging? Any tips for improvements?
You have to already know how to code so you know what to ignore.
Exactly, ai only speeds up your coding, quality still depends on you