|
|
|
|
|
by pkolaczk
970 days ago
|
|
Stacktraces are not useful for end users of the program and should never be shown unless there is a bug in the program. It is silly how many Java or Python programs display stacktraces on trivially preventable problems that are not bugs (e.g. file not found) instead of giving short human readable messages. |
|