Seeking In-Depth Article on When to Use Layer vs Effect Function in Effect Typescript
Any in depth article or something on when to use Layer vs just an Effect function? There aren't many examples out there. Kind of confused about why for example Layers are used to add routes to a http server when a function would suffice.
