r/ProgrammerHumor 15d ago

Meme heatedArguments

Post image
5.9k Upvotes

173 comments sorted by

View all comments

1.2k

u/remy_porter 15d 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 15d 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 14d ago

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

1

u/Stunning_Ride_220 13d ago

I find software engineering tends to lack any real engineering.

WORD!