cm0002@sh.itjust.works to Programmer Humor@programming.dev · 12 hours agoMadness or brilliancefeddit.orgimagemessage-square23linkfedilinkarrow-up1329
arrow-up1329imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 12 hours agomessage-square23linkfedilink
minus-squarekubica@fedia.iolinkfedilinkarrow-up19·7 hours agoThis is what peak performance looks like: console.log("before dothething"); let r = dothething(); console.log("after dothething"); console.log(r);
minus-squarehotdogcharmer@lemmy.ziplinkfedilinkarrow-up3·6 hours agoHey how’d you get your hands on my code
This is what peak performance looks like:
console.log("before dothething"); let r = dothething(); console.log("after dothething"); console.log(r);
Hey how’d you get your hands on my code