Equality on Error

When do you really want to compare errors? → In the unit tests.

Imagine this scenario. By now you should be aware of how important Result<T> is. If not, you can review the concept with the post Result type in-depth blog.

Read More