Programmer Quotes

On StackOverflow, there is a question asking for the greatest programmer quotes you know. In the top 3 quotes are the following two quotes which I think hold much truth:

_**"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."**_ - Rick Osborne
**_"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it."_** - Brian Kernighan

These two quotes are briliantly summing up the usual rant I always use. "if my phone rings at 3 a.m. for a prio 1 production issue, I want to be able to easily read the code. And I'm not going to be awake or cheerful at that time of night." I guess at that time of night, it's easy to awaken the violent psychopath in me, and so it better not be "smart" code. CVS blame support anybody?