
The principles of data-oriented programming (Changelog Interviews #522)
Changelog Master Feed
00:00
The Importance of Separating Code From Data
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.
Transcript
Play full episode