#9: Same Same, But Different - use vs import
In Elixir, the keywords use and import seem similar at first glance, but serve different purposes and have distinct functionalities:
use Keyword:
The use keyword in Elixir is used as a hook point during the compilation of a module.
When you use a m...
stephanyu.hashnode.dev2 min read