4 ms·
The nice thing about microservices is that you don't need iron discipline to maintain modular boundaries, instead its just how things work. I like to analogize
by truffdog 5y ago
The nice thing about microservices is that you don't need iron discipline to maintain modular boundaries, instead its just how things work.
I like to analogize it to assembly vs structured programming languages, or C vs Java- you can write the same programs in either, you can write bugs in either, but there are whole classes of pitfalls that get erased by moving from one language to another.
- yakshaving_jgt 5y agoThat’s not true. People in industry commonly refer to the consequence of their misguided decision to embark on a microservices adventure as a “distributed monolith”.