CodyIT@programming.dev to Programming@programming.devEnglish · 26 days agoOOP is not that badosa1.netexternal-linkmessage-square59fedilinkarrow-up159arrow-down19
arrow-up150arrow-down1external-linkOOP is not that badosa1.netCodyIT@programming.dev to Programming@programming.devEnglish · 26 days agomessage-square59fedilink
minus-squaremagic_lobster_party@fedia.iolinkfedilinkarrow-up2·24 days 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.