Closed ksbecker closed 1 month ago
In my contact form service, I throw errors if there's a problem. That makes it difficult to handle problems. I should be returning a discriminated union, like OneOf.
https://www.youtube.com/watch?v=YbuSuSpzee4&ab_channel=NickChapsas
https://www.youtube.com/watch?v=7z-xjijYfcI&ab_channel=NickChapsas
In my contact form service, I throw errors if there's a problem. That makes it difficult to handle problems. I should be returning a discriminated union, like OneOf.