CodyIT@programming.dev to Programming@programming.devEnglish · 2 months agoOOP is not that badosa1.netexternal-linkmessage-square57fedilinkarrow-up161arrow-down110cross-posted to: lobsters
arrow-up151arrow-down1external-linkOOP is not that badosa1.netCodyIT@programming.dev to Programming@programming.devEnglish · 2 months agomessage-square57fedilinkcross-posted to: lobsters
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up2·2 months agoOO languages typically use garbage collector. The main purpose of the borrow checker is to resolve the ambiguity of who is responsible for deallocating the data. In GC languages, there’s usually no such ambiguity. The GC takes care of it.
OO languages typically use garbage collector. The main purpose of the borrow checker is to resolve the ambiguity of who is responsible for deallocating the data.
In GC languages, there’s usually no such ambiguity. The GC takes care of it.