DEV Community

Discussion on: Identifying the dirt in our code - names, functions, and comments

Collapse
 
aminmansuri profile image
hidden_dude • Edited

I agree with your article mostly except for the part on comments.

Comments are an important part of method/function signatures. They cannot/should not be avoided. They should be used and maintained.

I know this is a new trend.. but its a bad one. I've dealt with million line programs and comments are key for rapid understanding of large code bases.