AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Advantages of Sharing Your Source of Truth
I think there's kind of what we talked about earlier you can make your source of truth your code or someone's code and generate the ideal from that. Sometimes it also happens that a language or a certain library sort of encourages you to model your APIs in a certain way like Jackson in Java yeah is what you get in the final API. You're not thinking API first or a contract first you're thinking in terms of just your code and your classes and your domain, which is probably good for prototyping but not for a mature project I think. A language which is really strongly typed like rust seems like sure it could do that because it knows everything and ScalaYeah we would hope yeah Yeah