How exactly "Let it crash" solves whole class of bugs in code, that cause the application return wrong result but complete without any errors? That is the stuff I will be writing unit/integration tests, no matter the language/platform.
Let it crash does't solve these problems. Let it crash solves random disconnections, machines dying and being replaced by others, unexpected network partitions and processes being killed because OOM.
I would be surprised if you write unit tests for these cases.
javcasas|3 years ago
I would be surprised if you write unit tests for these cases.