this post was submitted on 16 Oct 2025
239 points (92.2% liked)

Programmer Humor

26996 readers
1526 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] IcyToes@sh.itjust.works 1 points 6 days ago (1 children)

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.

[โ€“] ignotum@lemmy.world 1 points 6 days ago* (last edited 6 days ago)

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