Without comments, it takes longer to understand the code - even
when you know the context Code without comments slows you down
With comments, you can understand the same code a lot quicker
.
Using the context-sensitive Comments Panel, you can add
the above comments with a few clicks
Without comments, errors go unnoticed. Code reviews take longer.
Code maintenance is costlier Why not use a commenting tool ?
Creating
Software Documentation ?
Include comment-flowchart in documents
Add high-level comments to the major blocks
of a function