Hacker News new | ask | show | jobs
by laggyluke 818 days ago
> Useful stacktraces is one of the reasons why I use Go

I'm not sure if this is sarcasm or not.

1 comments

Fair enough. The context is that years ago, my team was evaluating Go and Node.js as options for a server requiring concurrency, and back then Node.js didn't provide any stacktrace for async callbacks. I know it has been improved since then, but I don't use Node.js.

What do you miss in Go's stack traces?