this post was submitted on 17 Apr 2026
613 points (94.6% liked)

Programmer Humor

31019 readers
861 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
(page 2) 33 comments
sorted by: hot top controversial new old
[–] tiredofsametab@fedia.io 4 points 1 day ago (2 children)

I recently got moved to another team after my company restructured. Several repos have zero documentation. Most of those don't even have comments on the functions. LinkXxxx(some args) like Xxxx to /what?!/ It's also an over-engineered mess with multiple layers of abstraction. I can't wait to finish figuring out what everything does and re-write (and document it) like a sane person. This code presumably had no AI involvement which I'd argue is even worse since real humans made these shit decisions. Don't get me starting on their testing (and mostly lack thereof)...

Worker suggested using AI to write some documentation. Another coworker did. I immediately spotted a bunch of hallucinated shit. Good times. I want to know in my head what a thing does, how it works, and how it fits into the architecture. I can't do that if an AI is just deciding stuff; it's like a quiz back in school where I would memorize shit for about one week before 99% of it left my brain forever.

load more comments (2 replies)
[–] daychilde@lemmy.world 4 points 2 days ago

Woever made this image should learn the difference between line spacing and paragraph spacing…

This is an example
of line spacing which
clearly shows it's together

And now this is a new
bit that is separate from
the above bit

Readability is important.

[–] 7U5K3N@lemmy.dbzer0.com 10 points 2 days ago (2 children)

Well... Heck. I recently vibe coded an app for a specificish use case. I didn't even think about commenting my code. It was the first time I've ever done such a thing..

I'll go and comment it all.

Thanks for the reminder OP

[–] ameen272@thelemmy.club 6 points 2 days ago

Now that's a good vibe coder

[–] JetpackJackson@feddit.org 2 points 2 days ago

I should also go do that

[–] ikidd@lemmy.world 4 points 2 days ago

The code is the comment anyway. The only thing you should comment is things that are way the hell out in left field about why that bit of code exists when it shouldn't.

[–] Jankatarch@lemmy.world 4 points 2 days ago

Kill Bill. Wait...

[–] jcorvera@quokk.au 2 points 2 days ago

And suddenly, I'm reminded of JoCo's "Code Monkey".

[–] dandylion@lemmy.today 1 points 1 day ago (1 children)

I hate Bills, taking all my money.

[–] Hisse@programming.dev 1 points 1 day ago

But he isn't the Microsoft ceo anymore

[–] chicken@lemmy.dbzer0.com 1 points 1 day ago

I hate most of the companies paying people to write code though, isn't it a good thing if their code is shit that no one can understand and doomed to collapse under its own weight?

load more comments
view more: ‹ prev next ›