When "letting it crash" is not enough
flawless.dev
When it comes to computer systems, The Erlang/OTP programming platform has an
interesting approach to failure handling. It's also widely known under the name "let it
crash". The core idea behind it has to do with the fact that modern applications have a
huge number of states that they can find themselves in. The more complex your application
is, the more variables you need to keep track of everything. Eventually it becomes
impossible for developers to predict all combinations of sta...
Read more at flawless.dev