|
|
|
|
|
by pmarreck
338 days ago
|
|
LOL. This only makes sense if you can know all the ways your code will fail... which you cannot. Erlang/Elixir's approach is to simply say, "It's gonna fail no matter how many precautions we take, so let's optimize for recovery." Turns out, this works fantastically in both cellphone signaling, which is where OTP originated, as well as with webserving, where it is perfectly suited. |
|
It just does not catch logics errors.