this post was submitted on 23 Mar 2025
52 points (96.4% liked)

Programming

19255 readers
87 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 [email protected]



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -3 points 1 week ago* (last edited 1 week ago) (2 children)
  • Single-digit million lines of code (~5M, let’s say)
  • Somewhere between 100 and 1000 engineers working on the same codebase
  • The first working version of the codebase is at least ten years old

Things like this is where the company can save money by scraping it and start from scratch, this time doing it right.

[–] towerful 5 points 1 week ago
[–] [email protected] 1 points 1 week ago* (last edited 1 week ago)

Or at the very least, so long as its http driven, put a proxy in front and on the backend break up common features into microservices. With a proxy the consumers will have pretty much no idea they went from talking to one service to a dozen.