vkhorikov / CSharpFunctionalExtensions

Functional extensions for C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename OnFailure to TapError

hankovich opened this issue · comments

Hi @vkhorikov! OnFailure methods don't look natural near Map/MapError and Bind/Compensate. I feel we should deprecate them and create a bunch of TapError overloads instead.

I'm happy to submit a PR.

Yes, fully agree.