this post was submitted on 30 Oct 2025
18 points (69.6% liked)

Programming

23442 readers
136 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] aev_software@programming.dev 17 points 1 week ago (1 children)

My app went from a single code base that handles a million different actions to a million code bases that each handle a single action, but they still all depend on each other and still are tightly coupled, but now they're spread out across 50 disparate cloud services so maintenance effort only got worse.

[โ€“] squaresinger@lemmy.world 2 points 1 week ago

"We can solve any problem by introducing an extra layer of abstraction. Except for the problem of too many layers of abstraction."