Another, similar take on this idea is this article, written in 2007:<p>Code is a Liability<p><a href="http://blog.objectmentor.com/articles/2007/04/16/code-is-a-liability" rel="nofollow">http://blog.objectmentor.com/articles/2007/04/16/code-is-a-l...</a><p>Excerpt: "Code size reduction is a very good thing. I want the simplest, the smallest, the least code possible, with the least risk of breaking something else in the system. I don’t want big functions that touch everything in sight. I don’t want long complicated blocks of if/else statements. I don’t want monster functions which conglomerate dozens of operations in a single, fat interface. Shallow is good. Short is good. Less code is good. More code is a liability. This isn’t about typing less, it’s about owning less."