this post was submitted on 19 Mar 2026
1066 points (94.9% liked)

Programmer Humor

30700 readers
2173 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
[–] Tja@programming.dev 42 points 1 week ago (22 children)

ITT: AI induced dunning-kruger. Everybody can write maintenable code, just somehow it happens that nobody does.

[–] Bieren@lemmy.today 16 points 1 week ago (1 children)

Can I, sure. Do I give af since my company doesn’t care about me as anything other than a number in a spreadsheet, no.

[–] Tja@programming.dev 5 points 1 week ago (1 children)

Well, even for my private projects that I care about I end up having to rewrite every few years.

[–] KairuByte@lemmy.dbzer0.com 6 points 1 week ago (1 children)

That’s just the norm tbh. You learn new techniques, the language gets new optimizations, keywords and shortcuts. That doesn’t mean your code is unmaintainable.

[–] Tja@programming.dev 2 points 1 week ago

I rewrite it because it becomes a mess of asymmetric assumptions, weird dependencies and hacky extensions, I can't really blame the language for that one.

load more comments (20 replies)