this post was submitted on 30 Sep 2023
381 points (89.9% liked)

Programmer Humor

32077 readers
790 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 67 points 11 months ago (3 children)

because, sometimes, having your program vomit all over your console is the best way to remain focused on the problem.

[–] [email protected] 16 points 11 months ago (1 children)

This is the reason for me. Sometimes I don't want to step through the code and just want to scan through a giant list of output.

[–] [email protected] 9 points 11 months ago

Similarly, every once in a while I'll throw warning messages (which I can't ship) to encourage me to go back and finish that TODO instead of letting it linger.

[–] [email protected] 5 points 11 months ago* (last edited 11 months ago)

Exactly. And there's plenty of places where setting up a live debug stream is a massive PITA, and finding the log files is only a huge PITA.

Edit: But I've been promised AI will do both soon, so I'll stop stressing over it. /s