cm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 months agoMadness or brilliancefeddit.orgexternal-linkmessage-square44linkfedilinkarrow-up1501arrow-down17
arrow-up1494arrow-down1external-linkMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 months agomessage-square44linkfedilink
minus-squaredarvit@lemmy.darvit.nllinkfedilinkarrow-up2·3 months agoBe careful, the actual logging can happen at a later time, and because the log function may take a reference to the value, if you modify r it may show the modified version of r in the logging instead of the original r.
Be careful, the actual logging can happen at a later time, and because the log function may take a reference to the value, if you modify r it may show the modified version of r in the logging instead of the original r.