What is a Module Attribute and How do I define/use it? #46
Labels
enhancement
New feature or enhancement of existing functionality
question
A question needs to be answered before progress can be made on this issue
starter
A beginner-friendly issue that is a good starting point for a new person
The Elixir book uses module attributes such as
@moduledoc
and@create_attrs
in modules and tests but does not explain what they are and how to use them, we should add an explanation to our tutorial...http://brettwise.com/the-or-at-symbol-in-elixir/
https://elixir-lang.org/getting-started/module-attributes.html
The text was updated successfully, but these errors were encountered: