this post was submitted on 20 Nov 2024
198 points (98.1% liked)
Programmer Humor
32532 readers
367 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
As soon as I make more than a script, I'm using a debugger.
I really can't wrap my head around how so many of my colleagues in the professional work field just
print
wherever until they find their problem.print
statements feel like touching around in pitch darkness until I found what I sought, compared to a debugger which feels like just seeing my room and daylight while finding what I sought.I crave the challenge
^ This is the person I want to develop with. My goodness, can I produce some tasty, broken first-pass code you can go wild on.