I am currently in such a team where the lead strongly wanted to write everything in Effect.
Me being functionally-leaning I embraced his choices, you can write very very clean applications in Effect. There's other choices I would strip if I was the lead, but Effect is not one of those.
One note is that Effect-ts is essentially the spiritual and de facto successor of fp-ts, which is quite popular, especially considering it caters to people that already know some functional programming.
2 comments
[ 4.3 ms ] story [ 18.2 ms ] threadMe being functionally-leaning I embraced his choices, you can write very very clean applications in Effect. There's other choices I would strip if I was the lead, but Effect is not one of those.
One note is that Effect-ts is essentially the spiritual and de facto successor of fp-ts, which is quite popular, especially considering it caters to people that already know some functional programming.