|
|
|
|
|
by nicoburns
1431 days ago
|
|
I'm a big fan of the "IO Sandwich". This is where you keep complex computation as pure functions as much as possible. And push the IO to the edges of the system. So you might have read-compute-write. This keeps the computation functions testable and composable. |
|
1: https://www.destroyallsoftware.com/talks/boundaries