Is it just me who will sometimes go through a great deal of effort to find the simplest possible solution to a programming problem?
Is it right to say that keeping it simple is actually kind of complex, because a great deal of work can hide behind simple code constructs?
This tends to happen to me especially often when I'm working with HTML and CSS. I tend to rely on default behaviours and will remove a nested DIV if I can, even if getting rid of it takes 30 minutes.