The Elixir environment supports the creation of small dependencies that can be used to solve some specific issues. What if a given dependency is no longer needed?

Ideally, you should remove it from the project entirely. One library less is potentially one place of conflict between different versions of dependencies less. It is also an excellent step to reduce the risk of out-of-date dependencies that can be an attack vector on the system.

continue reading on bartoszgorka.com

⚠️ This post links to an external website. ⚠️