Hacker News new | ask | show | jobs
by eximius 427 days ago
The three things I wish were more standardized in the languages I use are

1. Stacktraces with fields/context besides a string 2. Wrapping errors 3. Combining multiple errors

1 comments

Observability tools give you this (as long as it can be handled and isn't a straight up panic).