cm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 days agoMadness or brilliancefeddit.orgimagemessage-square43fedilinkarrow-up1501arrow-down16
arrow-up1495arrow-down1imageMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 3 days agomessage-square43fedilink
minus-squareAvicenna@lemmy.worldlinkfedilinkarrow-up21·2 days agoprintf(“here”) printf(“here1”) printf(“here2”)
minus-squarehumorlessrepost@lemmy.worldlinkfedilinkEnglisharrow-up4·22 hours agoToo hard to find in a busy log. console.log(‘===== here1’)
minus-squareAvicenna@lemmy.worldlinkfedilinkarrow-up2·21 hours agohave been there though I first try printf(“HERE1”)
minus-squaresilasmariner@programming.devlinkfedilinkarrow-up8·edit-22 days 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
printf(“here”)printf(“here1”)printf(“here2”)
Too hard to find in a busy log.
console.log(‘===== here1’)
have been there though I first try
printf(“HERE1”)
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