alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · edit-22 years agoConsole Logs : Hello from the other sidelemmy.worldimagemessage-square14fedilinkarrow-up1312arrow-down119
arrow-up1293arrow-down1imageConsole Logs : Hello from the other sidelemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · edit-22 years agomessage-square14fedilink
minus-squaresebi@lemmy.worldlinkfedilinkarrow-up21·2 years agoThis is a professional debug techique, what are you talking about? But I rather use ‘Hii’ with various (but not ascending) amounts of i’s.
minus-squareandrew@lemmy.stuart.funlinkfedilinkEnglisharrow-up6·edit-22 years agoSometimes I use various swears. Depends on how long I’ve had to debug. Also depends on whose work I’m debugging and whether they’re in earshot. Usually it’s just my own sketchy code though.
minus-squarealphacyberranger@lemmy.worldOPlinkfedilinkEnglisharrow-up4·2 years agoBeen there, done that
minus-squaredbilitated@aussie.zonelinkfedilinkarrow-up2·2 years agoI’ve used a regex to add a console log to the top of every method with the method name before. the things you do when you’re desperate.
This is a professional debug techique, what are you talking about? But I rather use ‘Hii’ with various (but not ascending) amounts of i’s.
Sometimes I use various swears. Depends on how long I’ve had to debug. Also depends on whose work I’m debugging and whether they’re in earshot. Usually it’s just my own sketchy code though.
Been there, done that
I’ve used a regex to add a console log to the top of every method with the method name before.
the things you do when you’re desperate.