Computer Science, asked by TbiaSamishta, 1 year ago

Writing vague statements in code commenting refers to

Answers

Answered by gokulraam0507
0

                                       Keeping Your Programming Code Clean

1. Revise Your Logic Before Coding

2. Clearly Expose the Structure of the Page

3. Use the Correct Indentation

4. Write Explanatory Comments

5. Avoid Abusing Comments

6. Avoid Extremely Large Functions

7. Use Naming Standards for Functions and Variables

8. Treat Changes with Caution

9. Avoid Indiscriminate Mixing of Coding Languages

10. Summarize Your Imports


Answered by aqibkincsem
0

The statement refers to writing clean code. Commenting requires writing comments that are Human Readable Descriptions inside of computer programs detailing what the Code is doing.


Using a Proper comment code maintenance it will make things much easier, as well as helping you to find bugs faster.


Further, commenting is very much essential when writing the functions that other people will use. A well documented code is very important as correctly working code.

Similar questions