Not Rocket Science Rule
Updated August 29, 2018
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 all the code landing so there can't be mistakes.
Also: Software development, Devops