|
|
|
|
|
by rumanator
2107 days ago
|
|
> Plus Rust by design avoids all sorts of bugs leading to less tests imo. This assertion on the amount to tests makes no sense at all. Tests are not about language features. Tests are about checking invariantes, checking input and output bounds, and checking behavior. Tests focus on the interface, not the implementation. Tests only work if test coverage is high. |
|