Hacker News new | ask | show | jobs
by simoncion 3838 days ago
Dialyzer is good, but -as you mention- it has limits:

http://erlang.org/pipermail/erlang-questions/2015-December/0...

You can't use Dialyzer to give you the more-or-less iron-clad type safety you get in C++ or Java, but you can use it to get warned about many type errors that might have otherwise gone unnoticed.