Ephera@lemmy.ml to Rust Programming@lemmy.mlEnglish · 25 days agoInheritance in 🦀lemmy.mlimagemessage-square3fedilinkarrow-up127arrow-down15cross-posted to: [email protected]
arrow-up122arrow-down1imageInheritance in 🦀lemmy.mlEphera@lemmy.ml to Rust Programming@lemmy.mlEnglish · 25 days agomessage-square3fedilinkcross-posted to: [email protected]
minus-squarenimpnin@sopuli.xyzlinkfedilinkarrow-up23·24 days agoThe lack of inheritance is my favorite feature in a programming language
minus-squareEphera@lemmy.mlOPlinkfedilinkEnglisharrow-up9·24 days agoI actually agree. This is my sneaky attempt at educating people about impl Deref. Although, I am still not sure how to feel about it, since I do actually see quite some similarities with inheritance…
The lack of inheritance is my favorite feature in a programming language
I actually agree. This is my sneaky attempt at educating people about
impl Deref. Although, I am still not sure how to feel about it, since I do actually see quite some similarities with inheritance…