Just ship it with debug flags so your program always generates a stack trace to the user!
this post was submitted on 06 Jun 2023
16 points (100.0% liked)
Programmer Humor
32371 readers
570 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
Makes me think of devs who debug with print statements instead of a debugger and breakpoints.
Well, Kernighan himself said "The most effective debugging tool is still careful thought, coupled with judiciously placed print statements."
If it was good enough for him...