walter_wiggles@lemmy.nz to Programming@programming.dev · 1 year agoNew GitHub Copilot Research Finds 'Downward Pressure on Code Quality'visualstudiomagazine.comexternal-linkmessage-square30fedilinkarrow-up1150arrow-down13file-text
arrow-up1147arrow-down1external-linkNew GitHub Copilot Research Finds 'Downward Pressure on Code Quality'visualstudiomagazine.comwalter_wiggles@lemmy.nz to Programming@programming.dev · 1 year agomessage-square30fedilinkfile-text
minus-squareLandless2029@lemmy.worldlinkfedilinkarrow-up6·edit-21 year 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·1 year 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