|
The amount of comments I put is defined by who is going to see the source code. If that's only me, then I only put comments on every function. Just a single line to show what the function does.
If it's someone else, when I write the program, I write the same amount of comments as described before, but when I finish the program, I put more extensive comments afterwards.
|