cm0002@sh.itjust.works to Programmer Humor@programming.dev · 23 hours agoMadness or brilliancefeddit.orgimagemessage-square33fedilinkarrow-up1443arrow-down14
arrow-up1439arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 23 hours agomessage-square33fedilink
minus-squarekubica@fedia.iolinkfedilinkarrow-up20·18 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-up4arrow-down1·17 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