Hey folks. I was trying to identify some best practices around error trapping or exception handling in Julia as of today, or at least mid-2022. I have found a bunch of blog posts on exception handling in Julia, for example. Here is another example. But I imagine that may of the recommended packages might be out of date, or may have been superseded by better packages, etc.
hence I was hoping that the community might identify or recommend some best practices and packages for error trapping or exception handling in julia. This can include anything from packages for nicer error messages, to more performant try/catch blocks, etc.
Thanks.