ZILtoid1991@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agoFunctional bros be likelemmy.worldimagemessage-square60fedilinkarrow-up1313
arrow-up1313imageFunctional bros be likelemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square60fedilink
minus-squarelad@programming.devlinkfedilinkarrow-up13·1 year agoI’d agree with the first half, but not the second. Sometimes mutability allows for more concise code, although in most cases it’s better to not mutate at all
minus-square9point6@lemmy.worldlinkfedilinkarrow-up5·1 year agoI feel like I should maybe have put a “probably” in there After all “there’s no silver bullet”, but in anything but a few edge cases, the rule applies, IMO
I’d agree with the first half, but not the second. Sometimes mutability allows for more concise code, although in most cases it’s better to not mutate at all
I feel like I should maybe have put a “probably” in there
After all “there’s no silver bullet”, but in anything but a few edge cases, the rule applies, IMO