The Not Rocket Science Rule Of Software Engineering: Automatically maintain a repository of code that always passes all the tests. The Rust language does this with automatic pull request review bots. No code is landed unless it passes tests. Bots do...