cm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 days agoMadness or brilliancefeddit.orgexternal-linkmessage-square40fedilinkarrow-up1462arrow-down15
arrow-up1457arrow-down1external-linkMadness or brilliancefeddit.orgcm0002@sh.itjust.works to Programmer Humor@programming.dev · 2 days agomessage-square40fedilink
minus-squareAvicenna@lemmy.worldlinkfedilinkarrow-up18·2 days agoprintf(“here”) printf(“here1”) printf(“here2”)
minus-squarehumorlessrepost@lemmy.worldlinkfedilinkEnglisharrow-up3·10 hours agoToo hard to find in a busy log. console.log(‘===== here1’)
minus-squareAvicenna@lemmy.worldlinkfedilinkarrow-up2·9 hours agohave been there though I first try printf(“HERE1”)
minus-squaresilasmariner@programming.devlinkfedilinkarrow-up8·edit-21 day 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