Ephera@lemmy.ml to Rust Programming@lemmy.mlEnglish · 2 months agoInheritance in 🦀lemmy.mlimagemessage-square3linkfedilinkarrow-up127arrow-down15cross-posted to: rust@programming.dev
arrow-up122arrow-down1imageInheritance in 🦀lemmy.mlEphera@lemmy.ml to Rust Programming@lemmy.mlEnglish · 2 months agomessage-square3linkfedilinkcross-posted to: rust@programming.dev
minus-squarenimpnin@sopuli.xyzlinkfedilinkarrow-up25·2 months agoThe lack of inheritance is my favorite feature in a programming language
minus-squareEphera@lemmy.mlOPlinkfedilinkEnglisharrow-up9·2 months 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…