DEV Community

James Novino
James Novino

Posted on

Abstracting IO using F#

In this post, I discuss approaches to unifying IO access pattern in F#. Unification allows us to abstract the underlying infrastructure implementations while enabling us to have consistent interfaces for all our IO patterns. Having shared access methods enabled consistent wrappings for things like retries, metrics, logging.

To Read More

Top comments (0)