▲ | _flux 4 days ago | |||||||
But the case when you actually learn what errors can happen is when your users start complain about them, not because you somehow knew about it beforehand. Or maybe you have 100% path coverage in your test.. | ||||||||
▲ | nromiun 4 days ago | parent [-] | |||||||
So you are talking about bugs that don't get caught in development? That happens in Rust as well. Borrow checker does not catch every bug or error. A random module you are using could throw a panic and you would not know with Rust (or any language for that matter), until your users trigger those bugs. | ||||||||
|