alphacyberranger to Programmer [email protected]English • edit-21 year agoConsole Logs : Hello from the other sideimagemessage-square14arrow-up1317arrow-down119
arrow-up1298arrow-down1imageConsole Logs : Hello from the other sidealphacyberranger to Programmer [email protected]English • edit-21 year agomessage-square14
minus-squaresebilink21•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-squareandrewlinkfedilinkEnglish6•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-square@[email protected]linkfedilink2•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.