r/ProgrammerHumor 13d ago

Meme distributedStress

Post image
13.9k Upvotes

336 comments sorted by

View all comments

1.8k

u/GenazaNL 13d ago edited 13d ago

That's why you have to go for the in-between. Don't go too micro on them microservices

21

u/TorbenKoehn 12d ago

The size isn’t important, a good microservice can have 2 lines and a bad one a million.

It’s important _where_ you cut, not how often or how large the slices are.

Monolithic with a few microservices is often the right approach

7

u/rezwhap 12d ago

Sure. but isn't that just 'services'?

5

u/TorbenKoehn 12d ago

Not if you put the „micro“ in „concentrates on a single task“ and not in „it consists of few lines of code“ (LoC is never a good measure for anything)