Dot. to TechnologyEnglish • edit-22 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-22 months agomessage-square88fedilinkfile-text
minus-square@kameecodinglinkEnglish2•2 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•2 months 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.