4 Comments
May 28, 2022Liked by Kevin Rutherford

A perrennial problem indeed, Kevin. The best way I know to bring this back before runtime is consumer driven contract testing (such as the Pact framework) - given you own both repos. If you allow the consumer to break the providers build Ive seen this facilitate TDD (red/green/refactor) across the API. Sure gets the collaboration dialled up when consumer and provider repos are shared across two distinct teams ;)

Expand full comment
May 28, 2022Liked by Kevin Rutherford

I’m really enjoying this series. Thanks for sharing it.

For the topic of this article, Gary Bernhardt came up with a really interesting approach when writing www.executeprogram.com. You can read about that solution on their blog: https://www.executeprogram.com/blog/porting-to-typescript-solved-our-api-woes.

Expand full comment