/
What is the appropriate level of commenting?
What is the appropriate level of commenting?
It really comes down to the question - does a comment increase the clarity of what the code is doing - if yes - then good or does it decrease the clarity? Too many comments reduces the information density in code and if misleading if the comments are out of date - so too many comments can make the code harder to understand:
, multiple selections available,
Related content
Don't over do code conventions
Don't over do code conventions
Read with this
Commenting
Commenting
More like this
Initializing data in C/C++
Initializing data in C/C++
Read with this
CSS Comments
CSS Comments
More like this
The most important aspect of laying out code - assist with clarity
The most important aspect of laying out code - assist with clarity
More like this
Leave code in a better state than you found it
Leave code in a better state than you found it
More like this