Dialyzer is a great tool to validate Erlang code, but it might slow down your development process if devs are applying it to huge codebases constantly. That's why we added it to our CI pipelines instead. In the process we learned a few things that might be useful for you as well.| NextRoll
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.| NextRoll
In this post, we'll explore how NextRoll's Hack Week tradition encourages collaboration between different teams and organizations to make projects together| NextRoll