Hacker News new | ask | show | jobs
by joshwa 3605 days ago
At a previous job (huge enterprise dev org of 1000+ devs, many many siloed teams) we used it for client-side validation of rest service calls.. it was a really easy way of detecting missing/bad data from upstream systems and handling it appropriately.

It was also great for contract testing in CI of other teams' services (warning us if they slipped some breaking change into the build).