The Rust for Linux project
The Rust for Linux project
Posted Sep 23, 2021 4:54 UTC (Thu) by marcH (subscriber, #57642)In reply to: The Rust for Linux project by pbonzini
Parent article: The Rust for Linux project
> For me, screwing up a review in C results in bugs, screwing up a review in Rust results in technical debt, and sometimes I'm not sure which one is worse.
Define "worse", on which axis?
Debugging undefined behaviors and race conditions or refactoring existing code? I have my preference...