cm0002@sh.itjust.works to Programmer Humor@programming.dev · 5 days agoMadness or brilliancefeddit.orgimagemessage-square16linkfedilinkarrow-up117arrow-down11
arrow-up116arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 5 days agomessage-square16linkfedilink
minus-squaredarvit@lemmy.darvit.nllinkfedilinkarrow-up2·3 days 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.