| I've been programming for a quarter of a century. It has taken me a long time to realize that "dumb code" is the best. Dumb code is easy to read. Dumb code is concise and to the point, not attempting to address theoretical problems (necessarily). Dumb code does not overthink the problem. Dumb code helps you sympathize with the machine. Dumb code has no weird blackbox behavior. etc... |
Brian Kernighan (of K&R fame): Everyone knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?