DEV Community

Discussion on: Why Code Comments Still Matter

Collapse
 
realedwintorres profile image
Edwin Torres

Thanks Eljay-Adobe. Excellent discussion. Another thing I came across recently is the use of TODO comments. Apparently it is somewhat of a software security risk. We got flagged for that at work, although just LOW priority. To resolve them, just make sure to implement the code and remove the comment.