-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparison to anyhow #460
Comments
I wrote a piece about migrating a software project to SNAFU some years ago. Some of the parts are outdated, but the concept of anyhow relying on a dynamic error type still holds.
|
I definitely prefer structure types in a lot of cases, but since |
I looked into |
Like with #321, the Comparison page seems incomplete without a comparison between SNAFU and Anyhow. As far as I can tell the
Whatever
type in SNAFU is very similar to an Anyhow error, but I donʼt know enough about the details of either one to write a good comparison myself.The text was updated successfully, but these errors were encountered: