Questions
Let’s take a look at a few practice questions:
- Is returning an operation result when doing an asynchronous call, such as an HTTP request, a good idea?
- What is the name of the pattern that we implemented using static methods?
- Is it faster to return an operation result than throw an exception?
- In what scenario might the Operation Result pattern come in handy?