Will Ginsberg
| freelance web developer
Code quality is context engineering
Blah Blah Blah
Microservices aren't just a bad idea,
they're also not a good idea *
- Communication between services requires network calls instead of function calls.
- Shared code cannot be shared trivially.
- Deployment pipelines are more complex to maintain. If not managed carefully, partial failures can lead to an incoherent system state.
* Some exceptions exist