Jaromil@fed.dyne.orgM to Original Internet Tech & Culture@fed.dyne.org · 1 month 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.world
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 · 1 month agomessage-square5fedilinkcross-posted to: technology@lemmy.mltechnology@lemmit.onlineprogramming@programming.devtechnology@lemmy.world
minus-squareTrickDacy@lemmy.worldlinkfedilinkarrow-up5arrow-down1·1 month 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·1 month 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