Hacker News new | ask | show | jobs
by msangi 3097 days ago
Wouldn't you need backwards compatibility anyway to avoid the need of upgrading all the services at the same time?
1 comments

I usually advocate for storing (and therefore versioning) tests with the code under test, but this one complaint may have changed my mind. Backwards compatibility is incredibly important for microservice architectures. The more tests are black box, the more this would work.