Let's Build Something: Elixir, Part 5b - Testing Our Data Validation and Logging #elixir + #cnode + #cuda simple example

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/