AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Logging Unhandled Exceptions
The unhandled exceptions are ones that you weren't expecting. So those should, I guess, happen without you catching them. And then the ones that you perhaps do anticipate, but you still consider to be a problem, you would catch that and then add some kind of logging statement to your code. Potentially, yeah, it becomes a personal choice to be fair at that point.