slazer2au@lemmy.world to LinkedinLunatics@sh.itjust.worksEnglish · 24 days agoLiking any of these indicates a belief system I don't agree withsopuli.xyzimagemessage-square48fedilinkarrow-up1251file-textcross-posted to: programmingcirclejerk@programming.dev
arrow-up1251imageLiking any of these indicates a belief system I don't agree withsopuli.xyzslazer2au@lemmy.world to LinkedinLunatics@sh.itjust.worksEnglish · 24 days agomessage-square48fedilinkfile-textcross-posted to: programmingcirclejerk@programming.dev
cross-posted from: https://sopuli.xyz/post/24303260 URL: https://www.linkedin.com/posts/michelesollecito_in-my-own-company-i-wouldnt-hire-anyone-activity-7309491565603835904-uBhX
minus-squareGissaMittJobb@lemmy.mllinkfedilinkarrow-up12·23 days agoIt’s perfectly possible to work without mutability. Is it desirable to be entirely without it? Probably not, but leaning immutable is definitely beneficial.
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkarrow-up1·edit-223 days agoYeah, copying can totally screw you over. Mutability is fine, just make sure it’s safe (e.g. what Rust does).
It’s perfectly possible to work without mutability.
Is it desirable to be entirely without it? Probably not, but leaning immutable is definitely beneficial.
Yeah, copying can totally screw you over. Mutability is fine, just make sure it’s safe (e.g. what Rust does).