Groxio Blog
all posts
/
courses
/
training
/
grox.io
← Back to all posts
Posts tagged with
Macros
1 post
Three Ways to Consume Code
When to Use require, import, and alias in Elixir
Elixir has three module directives for consuming code: require, import, and alias. Learn what each one means, when to use it, and how each choice affects readability.
Elixir
Functional Programming
Macros
Modules