arjan / decorator

Function decorators for Elixir
MIT License
385 stars 20 forks source link

Internals refactoring #7

Closed arjan closed 7 years ago

arjan commented 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).

@vic what do you think of this implementation?

vic commented 7 years ago

Much better I guess :) Thanks for refactoring and improving it. 👍