In addition to what others have said, I would add aesthetic. Lines should not extend 80 characters in length. Nested blocks should not have more than 3 levels of depth. Multi line function calls should be avoided. In my experience, these restrictions lend to code being more simple and modular.