this post was submitted on 05 Aug 2025
407 points (97.9% liked)
Programmer Humor
28058 readers
626 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As a FE focused eng with too much industry experience, I refuse to touch any UI that was generated by AI. That sounds like a nightmare. Hell, I refuse to touch any UI that was generated by fucking DreamWeaver.
One of the hardest challenges in large scale UIs is keeping everything organized and modular. It's way too easy to write event dependent spaghetti code.
As always AI is ok for doing tiny little things with no dependencies and no plan to use/maintain the thing for a long time. Basically a functional prototype.
Beyond that it's useless. As you said, more spaghetti than in an italian restaurant.
Oh, and never ask an AI to fix the bugs it made. It always fails with that.