Functional Error Handling in .NET With the Result Pattern
How should you handle errors in your code?
This has been a topic of many discussions, and I want to share my opinion.
One school of thought suggests using exceptions for flow control. This is not a good approach because it makes the code harder to re...
milanjovanovic.hashnode.dev7 min read