Closed arjan closed 7 years ago
Fixing José's very valid remark that we should not override Elixir core code but only use the hooks provided by the compiler (on_definition and before_compile).
on_definition
before_compile
@vic what do you think of this implementation?
Much better I guess :) Thanks for refactoring and improving it. 👍
Fixing José's very valid remark that we should not override Elixir core code but only use the hooks provided by the compiler (
on_definition
andbefore_compile
).@vic what do you think of this implementation?