June 2022
Intermediate to advanced
130 pages
2h 45m
English
In the first chapter, we looked at how to build and navigate your Elixir project. In this chapter, you’ll learn how to organize your project’s code around elements of data called data types. Programming languages each have different patterns for building things, and Elixir is no different. Elixir will reward you if you organize your code in a certain way. In the next few chapters, we’ll introduce the major Elixir data types and some ideas for building up the modules, data, and functions that make up your applications, layer by layer.
Rather than focus entirely on data types and operators right out of the gate, we’ll do a quick presentation of four concepts and explore them in greater detail in the context ...
Read now
Unlock full access