Giooschi@lemmy.world to Rust@programming.devEnglish · 24 days agoA comparison of Rust's borrow checker to the one in C#em-tg.github.ioexternal-linkmessage-square26fedilinkarrow-up158arrow-down12cross-posted to: programminglanguages@lemmit.onlinerust@lemmit.onlinerust@lemmit.online
arrow-up156arrow-down1external-linkA comparison of Rust's borrow checker to the one in C#em-tg.github.ioGiooschi@lemmy.world to Rust@programming.devEnglish · 24 days agomessage-square26fedilinkcross-posted to: programminglanguages@lemmit.onlinerust@lemmit.onlinerust@lemmit.online
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up1·22 days agoThat kind of “escape hatch” also makes reasoning about code a lot harder merely because you have to consider that someone used it somewhere. You literally don’t want “escape hatches” from safety guarantees all over your language.
That kind of “escape hatch” also makes reasoning about code a lot harder merely because you have to consider that someone used it somewhere. You literally don’t want “escape hatches” from safety guarantees all over your language.