CodyIT@programming.dev to Programming@programming.devEnglish · 26 days agoOOP is not that badosa1.netexternal-linkmessage-square60fedilinkarrow-up158arrow-down110
arrow-up148arrow-down1external-linkOOP is not that badosa1.netCodyIT@programming.dev to Programming@programming.devEnglish · 26 days agomessage-square60fedilink
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.