Let your code speak for itself
We all know how important it is to comment your code. But we also know, how lazy we are.
One of things a good developer needs to consider when writing code is the DRY principle. So why would I like to repeat my self, by writing comments 😛.
A while back I came across an article where Thorsten Bruning is talking about Let your code speak for itself.