Login
From:
NextRoll
(Uncensored)
subscribe
Removing Erlang dead code with Xref - NextRoll
https://tech.nextroll.com/blog/dev/2018/10/09/remove-erlang-dead-code-xref.html
links
backlinks
Roast topics
Find topics
Find it!
Dead code (as in functions that are not used anywhere) tends to pile up in big projects if you leave them unattended. Using one of Xref's most underrated features, you will be able to detect and remove what you do not need anymore.