Comment on What languages are well suited for testing SDKs written in multiple other languages?
naonintendois@programming.dev 1 year agoHow complex are the API calls you need to make? Debugging interop mismatch can end up being more work than writing the tests if you need to deal with complex types.