|
|
|
|
|
by Skinney
2855 days ago
|
|
«Cannot crash» != «cannot fail». There are a bunch of things in Elm that can fail, but the language forces you, «through types», to deal with those situations. That doesn’t mean developers make apps that deal with errors reasonably, but the developers should be aware of every part of the application that can fail. Exception, of course, beeing stavk overflows as we haven’t solved the halting problem yet. |
|