Elixir-Code-Smells
Elixir-Code-Smells copied to clipboard
Catalog of Elixir-specific code smells
I'd like to see something about situations where you would prefer to use protocols over behaviors, or vice-versa. This is a hard decision to make, but I think I've developed...
Under [Data manipulation by migration](https://github.com/lucasvegi/Elixir-Code-Smells#data-manipulation-by-migration), the recommended refactoring of creating a mix task only really works if you're able to run mix tasks. Which means that if you're using releases...
Hi @lucasvegi! Thanks for the repo and your work on Elixir Smells! I think there is a somewhat of a rule of `don't use imports in business logic code` (please...