192
Which career path is not ruined by AI?
(lemmy.zip)
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
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.