DEV Community

Discussion on: Don’t comment your code

Collapse
 
theirritainer profile image
Michael Tiel

Good article. Code should be self explanatory. There is though one thing i always allow / do myself and that is to explain things inside docblocks if it adds value for the next engineer to understand a methods body better. But the prerequisite to that is that the method must have a clear name to begin with