pmjoe
Is there anything like '100 Go Mistakes' in Elixir?
Go has many problems and some of these problems are listed at this site. I’m an Elixir enthusiast and I would like to know if there is anything like that for Elixir.
Most Liked
josevalim
Note code smells have been added to the Elixir documentation with the name of anti-patterns: What are anti-patterns? — Elixir v1.16.0-dev - it will be officially present in our docs in the next release.
stefanluptak
outlog
for your question look at the mentioned code smells…
just wanted to add using credo in your elixir project GitHub - rrrene/credo: A static code analysis tool for the Elixir language with a focus on code consistency and teaching. - which might surface some smells in your code base - of course the “correct” credo config is always subjective…
ggarciajr
I recently learned about a book called 100 Go mistakes and I was wondering if there is something like it but for Elixir?
Also, what are the mistakes you usually see in the wild and or wish you know when you started your Elixir journey?







