Remix.run Logo
6LLvveMx2koXfwn 4 hours ago

> For instance recently I made a small change to a table and a coworker pointed out that there was a microservice I wasn't considering that wrote to that table that would break

If code reviews are important, where does testing sit? Presumably if the coworker had not been part of the code review something would have stopped the breaking change making its way to prod?

chii 4 hours ago | parent | next [-]

> something would have stopped the breaking change making its way to prod?

or a prod outage causes the knowledge to be experienced.

marcosdumay 2 hours ago | parent | prev [-]

I'd guess testing is done only for the software being deployed, not for that other microservice.

At least, that's what people do by default.