this post was submitted on 20 May 2024
399 points (96.5% liked)
Programmer Humor
32557 readers
280 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Console:
Me:
Haha! I got you!
ah yes, counting from 2, because as everyone knows "" is one
You put in that first “here” thinking it’ll be the only one.
that's always how it is.
And eventually it becomes second nature. lol
This is my first tactic for debugging an issue. I'm a senior developer and while better tools exist for hard to find issues breadcrumb debugging will solve the vast majority of them with no fuss.
(I do work with an interpreted language, though - when you're compling shit and it takes more than a minute or so, I will break out the debugger first)