|
|
|
|
|
by dllthomas
2101 days ago
|
|
> I would assume that this has the same debug issues as omitting the stack trace. I don't expect so. If I "forget to handle" an optional, I get an error at compile time pointing at the lines in question. If I forget to handle an exception with an omitted stack trace, IIUC, I am told at runtime that there's an error somewhere in my program. It's much easier to debug the former. |
|