|
|
|
|
|
by pdpi
22 days ago
|
|
I'm not succumbing to any such fallacy. Compile-time checks don't obviate the need for runtime error handling, and I love the robustness of Erlang's runtime error handling. However, that doesn't change the fact that we should be catching and handling errors as early as possible, and there's a whole bunch of logic errors that you can easily catch at compile time. |
|