...

/

Beginning with the Right Datatypes

Beginning with the Right Datatypes

An introduction to the techniques to choose the appropriate data types in Elixir.

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. ...