Ask Question
13 April, 09:09

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. 13 April, 10:12
    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?
Get 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 & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers