CheckMadeOrga / CheckMade

B2B Workflow ChatBot for LiveEvents
Other
0 stars 0 forks source link

Review need for Result<> wrapper in... #213

Open dgor82 opened 3 weeks ago

dgor82 commented 3 weeks ago

I think this only makes sense if I sometimes actually return a Result.Error. But if I never explcitly do in the below places, then I can probably remove this unnecessary wrapper. Reminder: if, instead, my code throws an exception, that's anyway handled at the top level workflow.

Check: