Elixir-Code-Smells icon indicating copy to clipboard operation
Elixir-Code-Smells copied to clipboard

Catalog of Elixir-specific code smells

Results 3 Elixir-Code-Smells issues
Sort by recently updated
recently updated
newest added

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...

suggestion of smell

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...

question

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...

suggestion of smell