|
|
|
|
|
by gf000
71 days ago
|
|
This couldn't be further from the truth. There is no ecosystem I would choose over Java when it comes to observability and it's not even close. Good luck finding your segfault, oom, race condition or just simply lazy logging culture bug with a C/go codebase at 3am. I will happily see my proper stack trace, heap dump, or connect directly to prod with a debugger with basically no performance penalty. |
|
And if you're not catching N levels up but catching at each level, then you are emulating error values but with try/catch blocks.