How to set tests as pending in your ExUnit suite Embedding Elixir Structs in Ecto Models

Understanding Lists

List is a basic data structure in functional programming, but I found it’s often not well understood by many programmers. In this post I’m explaining how lists work and implementing couple of basic lists functions like map or length.

Read more here