KoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 7 days agoWhat's a readabilitylemmy.worldimagemessage-square62fedilinkarrow-up1182arrow-down117
arrow-up1165arrow-down1imageWhat's a readabilitylemmy.worldKoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 7 days agomessage-square62fedilink
minus-squareCrackedLinuxISO@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up25·edit-26 days 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-up6arrow-down1·6 days 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.