Destide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 11 个月前Just getting into JSfeddit.ukimagemessage-square69fedilinkarrow-up1374arrow-down113
arrow-up1361arrow-down1imageJust getting into JSfeddit.ukDestide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 11 个月前message-square69fedilink
minus-squareNuclearDolphin@lemmy.mllinkfedilinkarrow-up2·11 个月前I reallt like the approach taken in Rust’s borrow checker, where good, safe, and sometimes overbearing design choices are enforced by default, but you can explicitly declare exemptions. Makes identifying potential problem code blocks easy too.
I reallt like the approach taken in Rust’s borrow checker, where good, safe, and sometimes overbearing design choices are enforced by default, but you can explicitly declare exemptions. Makes identifying potential problem code blocks easy too.