That talk's principles apply to any language, though (e.g. React in JS):
Play "the value game"; separate inert and behaving layers.
Conversation
Replying to
Good talk, but how should the value layer archive itself? Or is that an object layer function?
1
Serialization is a value layer responsibility (e.g. MyValue -> NSData); file I/O is not.
1

