Thinking Before We Start
Some insight on how to break down the major components of our system.
We'll cover the following...
How Elixir processes work
There is very little consensus within the Elixir community on how finely we should break down components. OTP is not really a way to encapsulate data, or even objects. Elixir processes work best ...