b0ber@lemmy.world to Programmer Humor@programming.dev · edit-21 个月前My precious codelemmy.worldimagemessage-square23fedilinkarrow-up1269arrow-down122
arrow-up1247arrow-down1imageMy precious codelemmy.worldb0ber@lemmy.world to Programmer Humor@programming.dev · edit-21 个月前message-square23fedilink
minus-squareIcyToes@sh.itjust.workslinkfedilinkarrow-up1·1 个月前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.
minus-squareIgnotum@lemmy.worldlinkfedilinkarrow-up2arrow-down1·edit-21 个月前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
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