this post was submitted on 17 Apr 2026
622 points (94.7% liked)

Programmer Humor

31064 readers
592 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
[โ€“] Jakeroxs@sh.itjust.works 0 points 1 day ago (1 children)

I do and please name a single human written program that doesn't have a fuck up edge case that isn't literally just hello world.

Neither humans nor AI generally write flawless code

[โ€“] boonhet@sopuli.xyz 3 points 1 day ago

Neither humans nor AI write flawless code, but if you actually understand how your code works, you'll have a significantly easier time finding that edge case, with or without AI.

If you only ever let your AI do everything for you, you're at its mercy for debugging.