top | item 33800651

(no title)

rieTohgh6 | 3 years ago

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.

discuss

order

javcasas|3 years ago

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.