...
/Summary of Making the Functional Transition
Summary of Making the Functional Transition
Get a summary of what we learned about functional transitions in this lesson.
We'll cover the following...
The object-oriented touch in Elixir
In this chapter, we noted that object-oriented developers learning Elixir tend to use object-oriented concepts because that’s what they know, and we examined the most popular ones. Adopting Elixir means more than learning its idioms and syntax. To get the most out of it, it’s crucial to understand its basic abstractions.
We started by examining how to think about a mutable state. When the transition has been made, it’s easy to see how the ...