Hacker News new | ask | show | jobs
by h0l0cube 766 days ago
How is this different to typespecs and Dialyzer?
2 comments

See the first reply to the question linked below. I have nothing more to add.

https://elixirforum.com/t/how-to-make-dialyzer-more-strict/1...

OK, great, then I'll add that pattern matching on struct types is built-in and good enough for my purposes.

Haven't used the LSP-server in a while, but I think it runs the Dialyzer-checking by default too, so that layer of checking will likely be there without adding project dependencies.