What are sort of smells do you tend to find in Elixir code?

I’d recommend using credo as well (if you aren’t already using it). It may point out some things that you hadn’t thought of. It was helpful for me when I started and its been useful in bringing in new developers to make them more self-aware of the type of code they are writing. https://github.com/rrrene/credo

6 Likes