Greenthy
Aspire YARP custom domain instead of localhost
https://github.com/kvloover/CustomDomainAspire
Sadly this slimmed down version appears to be working, I'll try investigating if I properly cleaned up the IIS part i guess
14 replies
Execute multiple steps with error checking [Answered]
I guess you ment me saying it might be messier>
I think it's messier cuz it's alot of code, which might end up bloated because all the logic is in the single place. You might want to pass along the results, start adding some conversions / type checking etc.
If you use monads it becomes a bit more of a conceptual work than hard coded work. Which will probably result in less code and imo thus less 'messy'.
I imagine especially conversions between the actual data results will get messy in your example.
But if you never need any other logic in there, just looping over the steps can be the easiest as mentioned.
40 replies