Kyle Goode

Results 2 comments of Kyle Goode

Yes, the kind of code where I find myself writing those chained `if (outcome.Failure())` statements is exactly what I was trying to solve with these extension methods. I find myself...

I have run into that one a few times actually but never noticed the pattern there. Interesting. Yeah, I've used this pattern to validate user input before running it through...