Named Arguments with Default Values in Elixir: https://blog.praveenperera.com/named-arugments-with-default-values-in-elixir/
Since Ruby 2.0 you can easily have methods that have named parameters with default values. Today I wanted to find the best way to do this in elixir. Below is what I came up with.
https://blog.praveenperera.com/named-arugments-with-default-values-in-elixir/
Read next #elixir + #cnode + #cuda simple example