Consider Combining Related MAJOR Comments for Small Blocks of Code [DS12] [WHERE]
Tip DS12
If you find yourself with many MAJOR comments for really small blocks of code (such as single lines), consider whether you can combine them for greater efficiency.
Remember that MAJOR comments are largely intended to help summarize longer blocks of code so that a reader can understand many lines via a single line. If you have MAJOR comments for what are effectively individual lines, that may not be the most effective.
The following shows how MAJOR comments for small blocks can be combined without loss of key information: