CodyIT@programming.dev to Programming@programming.devEnglish · 2 years agoOOP is not that badosa1.netexternal-linkmessage-square57linkfedilinkarrow-up162arrow-down110cross-posted to: lobsters
arrow-up152arrow-down1external-linkOOP is not that badosa1.netCodyIT@programming.dev to Programming@programming.devEnglish · 2 years agomessage-square57linkfedilinkcross-posted to: lobsters
minus-squareMajorHavoc@programming.devlinkfedilinkarrow-up4·2 years ago Rust’s borrow checker may be annoying at times, but it forces you to think about ownership and prevents you from stuffing statefulness where it shouldn’t be. That does sound pretty cool.
That does sound pretty cool.