Hacker News new | past | comments | ask | show | jobs | submit login

It's been a pain for us too. Personally, I don't really see the point of type checked request/response models. Theoretically, I can see how it's nice but ultimately the source of truth are the domain models on either side. If you do something wrong you'll either see a 400 or be unable to build models from the response.

And since the compiler can't really type check across the API boundary you still need to account for unexpected values. The difference is that the failure happens in ugly auto generated code instead of within your code where it is more easily handled.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: