HiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-24 months agoWhy make it complicated?lemmy.mlimagemessage-square7linkfedilinkarrow-up11file-text
arrow-up11imageWhy make it complicated?lemmy.mlHiddenLayer555@lemmy.ml to Programmer Humor@programming.devEnglish · edit-24 months agomessage-square7linkfedilinkfile-text
minus-squareDreamButt@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-24 months agoBecause sometimes that let can be replaced by other things like const. Which can be managed statically by the machine and not by my (imperfect) ability to know if it’s mutated or not
Because sometimes that
letcan be replaced by other things likeconst. Which can be managed statically by the machine and not by my (imperfect) ability to know if it’s mutated or not