CodyIT@programming.dev to Programming@programming.devEnglish · 1 month agoOOP is not that badosa1.netexternal-linkmessage-square60fedilinkarrow-up161arrow-down110
arrow-up151arrow-down1external-linkOOP is not that badosa1.netCodyIT@programming.dev to Programming@programming.devEnglish · 1 month agomessage-square60fedilink
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up2·1 month 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.