this post was submitted on 14 Mar 2026
199 points (96.3% liked)
Asklemmy
53558 readers
760 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I’m there too. But not because AI. I just reviewed a PR by a newb. Code was fine. I could reason about what they did. It worked correctly. Then I read the other devs comments and what they requested done and now code that worked correctly and was easy to reason about is buried in abstraction that isn’t really needed but it “makes the code much better”. No it doesn’t.
That’s what I’m sick of. If I’m reading code and the logic that actually does something is buried that irritates me.
Some abstraction is great. Otherwise we would program with physical switches. But abstraction just because you think it makes the code look better is shit.
I recently had to work without an IDE on some code made by a *thunder crack* Java Senior. There was 4 redirections in 3 different files for something that, hopefully, got inlined at compile time. I swear it gets worse with age.
I'm pretty sure "sick of Java abstractions" was one of the motivations behind Golang.