Hey again, me with another "beginner" question. i'm trying to wrap my head around Effect by "translating" an app to it. But, the resulting code doesn't "feel" ok, I'm pretty sure I'm missing something. The operations are a bunch of async/await operations that ends up cascading on each other. I wrapped that operations using
Effect.typeCatchPromise
Effect.typeCatchPromise
and tried to execute them using
pipe
pipe
but if you take a look at this snippet you'll notice that something feels odd but I can't point my finger on it What would be the idiomatic way?