Description
Make software behave in ways that other people will find natural and predictable. So when someone uses a function in a program or reads a chunk of code, it should work just like they think it will.

"Write code in a way that does not surprise other developers."
Make software behave in ways that other people will find natural and predictable. So when someone uses a function in a program or reads a chunk of code, it should work just like they think it will.