cm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 months agoMadness or brilliancefeddit.orgimagemessage-square45linkfedilinkarrow-up1521arrow-down17
arrow-up1514arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 months agomessage-square45linkfedilink
minus-squareAvicenna@lemmy.worldlinkfedilinkarrow-up24·2 months agoprintf(“here”) printf(“here1”) printf(“here2”)
minus-squaresilasmariner@programming.devlinkfedilinkarrow-up8·edit-22 months agoThis is the way Although I also like: File 1: print(0.1) print(0.2) File 2: print(1.1) print(1.2) … Minimal c+p+e effort
minus-squarehumorlessrepost@lemmy.worldlinkfedilinkEnglisharrow-up6·2 months agoToo hard to find in a busy log. console.log(‘===== here1’)
minus-squareAvicenna@lemmy.worldlinkfedilinkarrow-up2·2 months agohave been there though I first try printf(“HERE1”)
printf(“here”)printf(“here1”)printf(“here2”)
This is the way Although I also like:
File 1:
print(0.1)
print(0.2)
File 2:
print(1.1)
print(1.2)
…
Minimal c+p+e effort
Too hard to find in a busy log.
console.log(‘===== here1’)
have been there though I first try
printf(“HERE1”)