Ask Question
11 May, 20:17

There is no reason to put comments in our code since we knew what we were doing when we wrote it. TRUE

+5
Answers (1)
  1. 11 May, 21:26
    0
    False: There are reasons to put comments in our code. We should have the habit of that.

    Explanation:

    sometimes when we start to debug our program due to some error in execution, we don't recognize properly which code we have written for what purpose. if we distribute the code to others as a team, others get the intention of our code more clearly due to comments. The code can be reused taking it's sections to form an other program, where the comments has a vital role.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “There is no reason to put comments in our code since we knew what we were doing when we wrote it. TRUE ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers