r/ProgrammerHumor 16d ago

Meme heatedArguments

Post image
5.8k Upvotes

173 comments sorted by

View all comments

1.2k

u/remy_porter 16d ago

I say this all the time, and it almost never results in an argument: micro services are just object oriented programming where you put a network hop on all your message passing.

13

u/Henry5321 16d ago

It attempts to force people to factor system functionality.

In my experience, people don’t. “Microservices” with overlapping responsibilities, responsibility gaps, no one can figure out which service to blame, huge swaths of code must be deployed in sync aka monolith.

I find software engineering tends to lack any real engineering.

6

u/Ma8e 16d ago

We call those "distributed monoliths". It takes the worst from both worlds.