Console Logs : Hello from the other side

alphacyberranger@lemmy.world to Programmer Humor@programming.dev – 291 points –
14

You are viewing a single comment

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.

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.