CodyIT@programming.dev to Programming@programming.devEnglish · 2 years agoOOP is not that badosa1.netexternal-linkmessage-square60linkfedilinkarrow-up145arrow-down17
arrow-up138arrow-down1external-linkOOP is not that badosa1.netCodyIT@programming.dev to Programming@programming.devEnglish · 2 years agomessage-square60linkfedilink
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.