Beginning with the Right Datatypes
An introduction to the techniques to choose the appropriate data types in Elixir.
We'll cover the following...
Introduction to datatypes
The data layer houses the simple data structures our functions will use. Just as an artist needs to learn to mix paint colors on their palette, Elixir developers need to know the best ways to mix data structures. Every programmer making a transition to functional programming needs to understand its impact on data design. ...