• 0 Posts
  • 78 Comments
Joined 3 years ago
cake
Cake day: September 1st, 2023

help-circle


  • 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.