In the spec file there are the scripts and other sections. Right now there is no way to comment things out in scriptlets on an rpm level. All you can do is including a comment into the scriptlet. The fact that comments look similar in the spec file language and bash is just coincidence...
The Style Guide for Python Code (PEP8) recommends less than 79 characters per line. In practice, 70 or 72 characters per line are easier to read, and thus is recommended. If your comment is approaching or exceeding this length then you will want to spread it out over multiple lines. Mul...
[9] is also related to students’ commenting habits, but the experiment was carried out for the Python language; however, this research work has taken Java as the programming language. To illustrate this point, consider the fact that programming languages differ in their structure, as the ...