|
|
|
|
|
by conradfr
2252 days ago
|
|
I don't care that much between dynamic and strict types but I like strict typing. So yeah typesecs and guard clauses cover a lot of that (and the ever fun dialyxir) but it's more cumbersome than just typing your function parameters and variables. And funnily enough in the end what I miss the most is the type hinting when I write function calls. I use Intellij and the elixir plugin doesn't support that AFAIK, it's a real productivity killer. |
|