What do you mean by the line'external documentation of your source code'? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What do you mean by the line'external documentation of your source code'?

2nd Oct 2018, 7:18 AM
Zyrex Gamer
Zyrex Gamer - avatar
2 ответов
+ 3
An external documentation of your code is a document (probably a file, maybe even a word document) where you list all the methods, variables, etc of your code, you write down what their use is, what are the parameters it takes, what do the variables mean, which are the classes. Basically you explain absolutely EVERY DETAIL about your program so other programmers can refer to it and understand what you did.
1st Mar 2019, 11:31 AM
Marcia
Marcia - avatar
+ 3
An external documentation of your code is a document (probably a file, maybe even a word document) where you list all the methods, variables, etc of your code, you write down what their use is, what are the parameters it takes, what do the variables mean, which are the classes. Basically you explain absolutely EVERY DETAIL about your program so other programmers can refer to it and understand what you did.
1st Mar 2019, 11:31 AM
Marcia
Marcia - avatar