Ask Question
6 October, 07:21

What is important for a programmer to have when making modifications to code? permission from an ide to change the code documentation of all changes that are made access to free and simple programming ides plain text editors for entering in new code

+2
Answers (1)
  1. 6 October, 09:56
    0
    See, you already have it,

    Self documenting code uses well chosen variable names (and function names) to make the code read as close to English as possible. This should be your goal.

    For example, naming a variable g has little meaning, but naming a variable gravity gives a much better description of what the variable should contain.

    By using proper variable and function names, you should minimize the amount of "external" documentation that is necessary. For example, compare the following two pieces of code?
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What is important for a programmer to have when making modifications to code? permission from an ide to change the code documentation of ...” 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