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