cm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 days agoMadness or brilliancefeddit.orgimagemessage-square43fedilinkarrow-up1501arrow-down16
arrow-up1495arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 days agomessage-square43fedilink
minus-squaredarvit@lemmy.darvit.nllinkfedilinkarrow-up1·11 hours 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.