alphacyberranger to Programmer Humor@programming.devEnglish • edit-22 years agoConsole Logs : Hello from the other sidelemmy.worldimagemessage-square14fedilinkarrow-up1311
arrow-up1311imageConsole Logs : Hello from the other sidelemmy.worldalphacyberranger to Programmer Humor@programming.devEnglish • edit-22 years agomessage-square14fedilink
minus-squaresebilinkfedilink21•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-squareandrewlinkfedilinkEnglish6•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-square@dbilitated@aussie.zonelinkfedilink2•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.