this post was submitted on 08 Sep 2025
725 points (99.3% liked)

Programmer Humor

26197 readers
1334 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
[–] Blackmist@feddit.uk 58 points 16 hours ago (2 children)

I don't even want to clean up my own code, let alone the unholy fucking abortion created by an LLM and a Linked In "CEO and founder" working in tandem.

[–] calcopiritus@lemmy.world 4 points 4 hours ago

I do enjoy cleaning code a lot.

When I work on shitty code I'm always thinking about how shitty it is and thinking on how a different design would make it much easier.

When you clean the code, you're implementing that perfect design you were thinking of all that time. And you know from that point on you'll be thinking less about how shitty the code is.

If your only task is to clean code and you're not gonna work on that codebase afterwards, it's not as rewarding though.

[–] msage@programming.dev 3 points 5 hours ago

You really should.

Cleaning up code is the most important part of development.