|
|
|
|
|
by dnautics
2294 days ago
|
|
Elixir's hints are identical to erlang's hints, they are just prettier and easier. However, if you use structs extensively in elixir, with a good code editor language server, it is basically easy to eliminate most typing errors if you get into the habit of typespeccing everything (not hard with vscode) |
|