DEV Community

Discussion on: Avoiding Exceptions in ASP.NET Core

Collapse
 
justinjstark profile image
Justin J Stark

This is the pattern I've been using in C# too. I've tried functional concepts like "either" but the language fights you and it's an added complexity. Nice idea using implicit operators. I'm stealing that.