Ask Question

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 June, 12:09
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers