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.
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.
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…
21 posts were split to a new topic: Anti-pattern doc feedback. If you would like to post feedback please do so in that thread or in a new thread in the Ecosystem Chat/Feedback section, thanks!