32
Why Rust is easy
(www.linkedin.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
The other thing to consider is that any bug that makes it to the testers or even to production code takes so much more effort to fix than if you had caught the same bug early on. No communication overhead with the testers, no fixing corrupted data in the live database, no scheduled downtimes,...
I couldn't agree more. Dealing with bugs in test/production is so much worse all across the board in my experience.