Dot. to TechnologyEnglish • edit-23 months agoUsing AI generated code will make you a bad programmer.slopwatch.commessage-square88fedilinkarrow-up1270arrow-down142file-text
arrow-up1228arrow-down1external-linkUsing AI generated code will make you a bad programmer.slopwatch.comDot. to TechnologyEnglish • edit-23 months agomessage-square88fedilinkfile-text
minus-square@[email protected]linkfedilinkEnglish9•3 months agoIf you treat an AI like anything other than the rubber duck in Rubber Duck Programming you’re using it wrong.
minus-square@kameecodinglinkEnglish2•3 months 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-squareAlexanderESmithlinkfedilink1•3 months agoIf your code has repeating patterns, you should probably be writing a function.
If you treat an AI like anything other than the rubber duck in Rubber Duck Programming you’re using it wrong.
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.