Comparing Effect.reduce and Array.reduce in Synchronous Code
Is there any advantage of using Effect.reduce over Array.reduce (both coming from effect). LLM agents have a tendency of use Effect.reduce and I'm wondering if I should fight against it or just let them do it's thing. I'm of course talking in the context of syncrhonous code, nothing effectful
