cm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 days agoMadness or brilliancefeddit.orgexternal-linkmessage-square42fedilinkarrow-up1469arrow-down15
arrow-up1464arrow-down1external-linkMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 days agomessage-square42fedilink
minus-squaredarvit@lemmy.darvit.nllinkfedilinkarrow-up1·7 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.