onlinepersona@programming.dev to Rust@programming.devEnglish · 10 days agoRust is now a government conspiracyprogramming.devimagemessage-square54fedilinkarrow-up1182arrow-down15file-text
arrow-up1177arrow-down1imageRust is now a government conspiracyprogramming.devonlinepersona@programming.dev to Rust@programming.devEnglish · 10 days agomessage-square54fedilinkfile-text
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up4·9 days ago the lack of OOP Rust absolutely has OOP, that’s what Traits are for. It just doesn’t have classical inheritance, so you structure your patterns a bit differently. That said, I lean more into functional-inspired style anyway, which tends to work pretty well w/ Rust.
Rust absolutely has OOP, that’s what Traits are for. It just doesn’t have classical inheritance, so you structure your patterns a bit differently.
That said, I lean more into functional-inspired style anyway, which tends to work pretty well w/ Rust.