A couple of general rules for programmers are: do not put too much code in one function and use a name that covers the content of it. If you still have a lot of code, try to split it up in different functions and move specific low level code to separate files. And remember: a good programmer doesn't hesitate to throw away superfluous code.
Too much information
However, the
Less is More rule does not only apply to programmers and their code.
Right after posting this blog, a colleague asked:
"Can't you just tell me what your blog is about, so I don't have to read it completely?"
Well.. that's exactly what this blog is about!