this post was submitted on 14 Oct 2023
923 points (97.2% liked)

Programmer Humor

32410 readers
406 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] 58 points 1 year ago (2 children)

Have you considered learning how to read a stacktrace?

[–] [email protected] 38 points 1 year ago (1 children)

Jokes on you, I don't even know how to read.

[–] [email protected] 9 points 1 year ago

Damn, got us good!

[–] [email protected] 9 points 1 year ago (2 children)

It is 2023 my brother in christ! We deserve better error outputs than a stack trace.

  1. Tell me what line in my file caused the error,
  2. Tell me the values of the variables involved,
  3. Then you can have the stack trace.

Why are we pretending like these error messages are acceptable in 2023?!

[–] [email protected] 3 points 1 year ago

Tell me the values of the variables involved,

There be dragons! Sounds like a good way to get passwords/secrets logged.