snaggen to Rust · 2 years agoDon't write Rust like it's Javajgayfer.comexternal-linkmessage-square34linkfedilinkarrow-up178arrow-down17
arrow-up171arrow-down1external-linkDon't write Rust like it's Javajgayfer.comsnaggen to Rust · 2 years agomessage-square34linkfedilink
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up6·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.