alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · edit-21 year agoConsole Logs : Hello from the other sidelemmy.worldimagemessage-square14fedilinkarrow-up1312arrow-down118
arrow-up1294arrow-down1imageConsole Logs : Hello from the other sidelemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · edit-21 year agomessage-square14fedilink
minus-squaresebi@lemmy.worldlinkfedilinkarrow-up21·1 year 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-21 year 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·1 year agoBeen there, done that
minus-squaredbilitated@aussie.zonelinkfedilinkarrow-up2·1 year 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.