this post was submitted on 03 Nov 2025
119 points (96.9% liked)
Programming
23442 readers
112 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
view the rest of the comments
Good job all the compilers I can remember since the last 30 years or so can compile more than one file into a project then.
We're taking past each other. I'll saying that I don't see how adding networking makes anything simpler and you're saying that you need a bunch of network protocols. Why?
I'm not saying you shouldn't ever have networking, but then again, I wouldn't call it a microservices architecture if you're only using networking when it's necessary. At that point you just have services because it's genuinely a network.
It's not microservices unless you have unnecessarily added a bunch of networking, and unnecessarily adding a bunch of networking is innecessarily adding a bunch of complexity that I can't see makes anything better.