951
Now listen here you little shit (media.piefed.social)
submitted 23 hours ago* (last edited 15 hours ago) by Ek-Hou-Van-Braai@piefed.social to c/programmer_humor@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] Electricd@lemmybefree.net 14 points 19 hours ago

More maintainable that whatever shit it put out

Frankly I believe it can be maintainable if the person doing the prompting actually does something and correctly do their role of human reviewing and correcting. Vibe coding without any review is dooming the software maintainability

[-] Ephera@lemmy.ml 10 points 17 hours ago

In my experience, the biggest problem is that maintainable code necessarily requires extending/adapting existing structures rather than just slapping a feature onto the side.

And if we're not just talking boilerplate, then this necessarily requires understanding the existing logic, which problems it solves, and how you can mold it to continue to solve those problems, while also solving the new problem.

For that, you can't just review the code afterwards. You have to do the understanding yourself.
And once you have a clear understanding, it's likely that the actual code change is rather trivial. At least more trivial than trying to convey your precise understanding to an LLM/intern/etc..

[-] Omgpwnies@lemmy.world 3 points 18 hours ago

I'll use an LLM to write bulk code, unit tests, other boring stuff.. but, I specifically only have it write code I'm already very familiar with, and even then, I hand-code it every so often, like 1 in every 3 times I'll do it by hand to make sure I'm still able to. If I have to look something up, then I'll stop using an LLM for that task for a long while.

[-] Feathercrown@lemmy.world 0 points 18 hours ago

Yeah, a lot of maintainability is about understanding how it works. Architectural decisions are the other half. Someone who's paying attention can do well on both of these even using AI tools.

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

Programmer Humor

30474 readers
2231 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