People make microservices way too small sometimes. Then you have the opposite problem with people trying to cram everything into one system. You need to recognize when some functions are related and should go together, or when something has a weird dependency and should just be separate.
Wasn’t everyone here up in arms against micro services a week ago or so?
Just curious what everybody thinks.
I’ve been out for a bit, what’s wrong with them? Or is this being mixed up with microtransactions?
People make microservices way too small sometimes. Then you have the opposite problem with people trying to cram everything into one system. You need to recognize when some functions are related and should go together, or when something has a weird dependency and should just be separate.