Tips für besseren Code

Kommentieren Dec 21 2010 .txt, .json, .md

There are several reasons why you should write clean and readable code. Most importantly, every code is written once, but read many times over and over. When you come back to your code next day, you have to read it. When you show your code to someone else, he has to read it. Thus by spending little more time with writing, you save A LOT of time when reading it again.

Sollte man sich zu Herzen nehmen.