This is the code that accompanies my ElixirConf 2024 lightning talk, "Don't Say the M Word."
It's a demo of utilities that wrap the result monad M word (that is, :ok
/:error
tuples), and a pitch for why this simplifies your code.
Code for an ElixirConf 2024 lightning talk called "Don't Say the M(onad) Word"
ElixirMIT