Giooschi@lemmy.world to Rust@programming.devEnglish · 5 days agoA comparison of Rust's borrow checker to the one in C#em-tg.github.ioexternal-linkmessage-square26fedilinkarrow-up154arrow-down12
arrow-up152arrow-down1external-linkA comparison of Rust's borrow checker to the one in C#em-tg.github.ioGiooschi@lemmy.world to Rust@programming.devEnglish · 5 days agomessage-square26fedilink
minus-squaretaladar@sh.itjust.workslinkfedilinkarrow-up1·3 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.