No Comment!
I am not really a fan of commenting or documenting codes while coding or developing a website. Other people think that the code itself is their documentation which means they prepare to do codes that are readable to put a comment in their code but the other programmer also insists to put a comment especially in the hard part of their website to understand it by the other developer and it will be easy to maintain.
I am trying my best to put a comment to my codes especially at the part where it is hard to understand. Lately I am working with the module I made before and it was assigned to me again to make changes because I am the only programmer who codes that module. I am thinking it is not very hard because I am the only one who codes it but unfortunately it gave me a headache.
I didn’t understand the hard part of my code and told my self “why I did it? Why I put it here and not there??” Luckily I put comments to the part of the code which saved my time and saved me.