KoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 7 months agoWhat's a readabilitylemmy.worldimagemessage-square37linkfedilinkarrow-up1140arrow-down116
arrow-up1124arrow-down1imageWhat's a readabilitylemmy.worldKoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 7 months agomessage-square37linkfedilink
minus-squareCrackedLinuxISO@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up22·7 months agoGary should learn about Lazy<T> and stop reinventing the wheel. I put blame on any of his senior coworkers who didn’t use this as a teaching opportunity during PR.
minus-squareGreenMartian@lemmy.dbzer0.comlinkfedilinkarrow-up6·7 months agoAlso, Lazy is thread safe. Gary’s code is not.
Gary should learn about Lazy<T> and stop reinventing the wheel.
I put blame on any of his senior coworkers who didn’t use this as a teaching opportunity during PR.
Also, Lazy is thread safe. Gary’s code is not.