I am just getting familiar with Arrow and I may tr...
# http4k
r
I am just getting familiar with Arrow and I may try as an experiment to wrap everything from doas (we are using Jooq) into IOs, do all the logic in monad comprehensions. But I am still wrapping my head around how those work, how to organize the code and whether it is even worth trying. Right now we have a conventional looking flow from with doas (wrapped in Try), dtos and controllers which return Either or Option), and the response/request handlers. It all feels a like a lot of layers for a small app.