Elixir for Programmers (PragDave)

Blog post from Dave:

I just finished writing the first of my Coding Gnome courses. This one was an introduction to Elixir for experienced programmers.

I tried to concentrate on partitioning code in a reasonable manner. I didn’t use the traditional Elixir scheme, which comes from a mating of Ruby and Erlang project layouts. Instead, I tried to come at it with a fresh eye, asking myself how the various aspects of the code could best be decoupled.

3 Likes