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

Programmer Humor

26951 readers
2116 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
[–] ignotum@lemmy.world 39 points 4 days ago (10 children)
[–] b0ber@lemmy.world 2 points 4 days ago (8 children)

Still useful to this day that’s true. But I also like to gamble on my code and argue with AI

[–] SpaceNoodle@lemmy.world 30 points 4 days ago (7 children)

I prefer writing code that works and not wasting time with the bullshit generator

[–] b0ber@lemmy.world 4 points 4 days ago (1 children)

Well, to be honest it's kind of like that 90% of the time. You don't actually become more productive but end up cleaning trash most of the time. Anyway, the hardest part is connecting all the pieces properly and understanding how everything fits, handling edge cases, and so on. Writing the code itself is actually the easy part.

[–] SpaceNoodle@lemmy.world 18 points 4 days ago (1 children)

That's all part of writing it. Typing gibberish you don't understand or that doesn't work doesn't count.

[–] b0ber@lemmy.world 6 points 4 days ago (2 children)

Not necessarily, even before having all these models, I spent most of my time thinking rather than coding. The coding part is just the final nail, that's my approach at least.

[–] atopi@piefed.blahaj.zone 3 points 4 days ago

Isnt the thinking part of the coding?

[–] ignotum@lemmy.world 1 points 4 days ago (1 children)

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

[–] IcyToes@sh.itjust.works 1 points 4 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 4 days ago* (last edited 4 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

load more comments (5 replies)
load more comments (5 replies)
load more comments (6 replies)