Destide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 1 year agoJust getting into JSfeddit.ukimagemessage-square59linkfedilinkarrow-up1361
arrow-up1361imageJust getting into JSfeddit.ukDestide@feddit.uk to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square59linkfedilink
minus-squareNuclearDolphin@lemmy.mllinkfedilinkarrow-up2·1 year agoI 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.