b0ber@lemmy.world to Programmer Humor@programming.dev · edit-217 hours agoMy precious codelemmy.worldimagemessage-square20fedilinkarrow-up1216arrow-down120
arrow-up1196arrow-down1imageMy precious codelemmy.worldb0ber@lemmy.world to Programmer Humor@programming.dev · edit-217 hours agomessage-square20fedilink
minus-squareIgnotum@lemmy.worldlinkfedilinkarrow-up2arrow-down1·12 hours agoSame here really, i plan the structure, then have ai throw it together, then i clean up and build off of that I can’t say i particularly miss writing the mindless boilerplate stuff
minus-squareIcyToes@sh.itjust.workslinkfedilinkarrow-up1·5 hours agoSurely missing that process, you forget error handling. As you write, its consistently, what if this is null, what if the input is like x. There are many questions you should ask yourself and if you AI it, you’ll forget.
minus-squareIgnotum@lemmy.worldlinkfedilinkarrow-up1·edit-23 hours agoIn my experience, the ai generate code has better error handling than code i write myself I’m lazy so i only write if it’s important (and i think of it), the AI is less lazy and often codes quite defensively in my experience
Same here really, i plan the structure, then have ai throw it together, then i clean up and build off of that
I can’t say i particularly miss writing the mindless boilerplate stuff
Surely missing that process, you forget error handling. As you write, its consistently, what if this is null, what if the input is like x. There are many questions you should ask yourself and if you AI it, you’ll forget.
In my experience, the ai generate code has better error handling than code i write myself
I’m lazy so i only write if it’s important (and i think of it), the AI is less lazy and often codes quite defensively in my experience