AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Data Oriented Programming
In data oriented programming you have so many goodies in terms of data manipulation as part of the language or as sub-party libraries. So your life looks like that you deal only with the business logic. You don't deal with serialization because serializing a map is a problem that is completely solved, you use the library. And from time to time someone say, hey, what is the field that this map expects? Why didn't you document it? And then you say, oh, I should have written a schema here to make it clearer. There you go. Gotcha.