cm0002@sh.itjust.works to Programmer Humor@programming.dev · 8 hours agoMadness or brilliancefeddit.orgimagemessage-square15fedilinkarrow-up1233arrow-down12cross-posted to: programmerhumor@lemmy.ml
arrow-up1231arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 8 hours agomessage-square15fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarekubica@fedia.iolinkfedilinkarrow-up13·3 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·1 hour 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