snaggen@programming.dev to Rust@programming.dev · 2 years agoDon't write Rust like it's Javajgayfer.comexternal-linkmessage-square13fedilinkarrow-up157arrow-down15
arrow-up152arrow-down1external-linkDon't write Rust like it's Javajgayfer.comsnaggen@programming.dev to Rust@programming.dev · 2 years agomessage-square13fedilink
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up4·2 years agoPrecisely. I work in Python a lot, and almost all of our classes use mixins because there’s single inheritance rarely is that answer. And that’s basically just an abuse of inheritance and a trait system would probably be a better fit.
Precisely. I work in Python a lot, and almost all of our classes use mixins because there’s single inheritance rarely is that answer. And that’s basically just an abuse of inheritance and a trait system would probably be a better fit.