cm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 day agoMadness or brilliancefeddit.orgimagemessage-square33linkfedilinkarrow-up1446arrow-down14
arrow-up1442arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 1 day agomessage-square33linkfedilink
minus-squarekubica@fedia.iolinkfedilinkarrow-up20·1 day 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·23 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