elixir
16
Articles
Elixir Project Structure
Enough already with project templates that look like the 1960's org chart for MegaCorp
Using iex's open() command with Emacs multiterm
I can now open Elixir source files from inside iex, and have them pop up in an Emacs buffer alongside my terminal buffer.
Splitting APIs, Servers, and Implementations in Elixir
I think the conventional way of structuring Elixir code could be improved by paying more attention to decoupling.
Thinking in Transforms—Handling Options
Implementing options as functions, and not flags, simplifies a bunch of code