Jaromil@fed.dyne.orgM to Original Internet Tech & Culture@fed.dyne.org · 4 months agoDevs gaining little (if anything) from AI coding assistantswww.cio.comexternal-linkmessage-square5fedilinkarrow-up122arrow-down14cross-posted to: technology@lemmy.mltechnology@lemmit.onlineprogramming@programming.devtechnology@lemmy.worldfuck_ai@lemmy.worldhackernews@lemmy.bestiver.se
arrow-up118arrow-down1external-linkDevs gaining little (if anything) from AI coding assistantswww.cio.comJaromil@fed.dyne.orgM to Original Internet Tech & Culture@fed.dyne.org · 4 months agomessage-square5fedilinkcross-posted to: technology@lemmy.mltechnology@lemmit.onlineprogramming@programming.devtechnology@lemmy.worldfuck_ai@lemmy.worldhackernews@lemmy.bestiver.se
minus-squareTrickDacy@lemmy.worldlinkfedilinkarrow-up5arrow-down1·4 months agoI stopped reading when they claimed using copilot introduced bugs, as though it would be software’s fault if you use it wrong. I find copilot to be quite helpful. Saves me a lot of typing and looking up syntax I forgot.
minus-squareRandelung@lemmy.worldlinkfedilinkarrow-up4·4 months agoIt allows me to think one abstract layer higher. Copilot will take care of the for loop to find whatever, while I get to keep the context in mind of why I need it.
I stopped reading when they claimed using copilot introduced bugs, as though it would be software’s fault if you use it wrong.
I find copilot to be quite helpful. Saves me a lot of typing and looking up syntax I forgot.
It allows me to think one abstract layer higher. Copilot will take care of the for loop to find whatever, while I get to keep the context in mind of why I need it.
Yep exactly