AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Reusing Code Through Inheritance in Rust and Go
In Rust and Go the idea of reusing code through inheritance is removed. In Smalltalk, sure, it worked, but Smalltalk was a completely different beast. And you don't just get Smalltalk when you turn that into a statically typed language. So there's this general movement to not having multiple levels of inheritance in order to reuse code.