Hacker News new | ask | show | jobs
by kccqzy 484 days ago
Usually there is also an error message together with a stack trace. I like stack traces: they are usually more informative than just an error message. I had lost too much time debugging Haskell exceptions where they by default do not come with any stack traces.

The only thing that really sucked is just the documentation. They are overly concise. You end up relying on non-official sources of documentation.