Closed
Description
Hi,
In the "alias, require, and import" chapter of the Getting Started guide, the order in which macros are referenced is not so natural, as in, why are macros mentioned at all in the sentence "means that ..." ? I think it would be better if the last sentence stating that importing also requires was close to the top, before the other one.
Note that
import
is lexically scoped too. This means that we can import specific macros or functions inside function definitions:
(...)
import
ing a module automaticallyrequire
s it.
elixir-lang.github.com/getting-started/alias-require-and-import.markdown
Lines 106 to 117 in 86b983f
Metadata
Metadata
Assignees
Labels
No labels