May 30, 2015
Monads in Elixir
This post is not about what monads are, I expect that you already know about them. The post is to see how you can use monads in Elixir using already
8 min read min read
This post is not about what monads are, I expect that you already know about them. The post is to see how you can use monads in Elixir using already
It would be a great world if everything ran without errors. Validating inputs from users and handling various other kinds of error ranging from databases access, file access, network issues