Dot.@feddit.org to Technology@lemmy.worldEnglish · 1 year agoUsing AI generated code will make you a bad programmer.slopwatch.comexternal-linkmessage-square87linkfedilinkarrow-up1270arrow-down142file-text
arrow-up1228arrow-down1external-linkUsing AI generated code will make you a bad programmer.slopwatch.comDot.@feddit.org to Technology@lemmy.worldEnglish · 1 year agomessage-square87linkfedilinkfile-text
minus-squarekameecoding@lemmy.worldlinkfedilinkEnglisharrow-up2·1 year agoI use it to generate repetitive patterns that’s easy to guess what’s next, but PITA to write, eg. asserts in Unit tests
minus-squareAlexanderESmith@social.alexanderesmith.comlinkfedilinkarrow-up1·1 year agoIf your code has repeating patterns, you should probably be writing a function.
I use it to generate repetitive patterns that’s easy to guess what’s next, but PITA to write, eg. asserts in Unit tests
If your code has repeating patterns, you should probably be writing a function.