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

What do you mean by documentation of code? And why is it important?

21st Jun 2017, 9:43 PM
rahul raparia
4 ответов
+ 3
It is there for programmers to help understand what a certain class/function/method is used for. You can usually get them at comments just before a class, function or method. It starts with \** and end with **\ You can also use HTML elements to help you with creating this javadoc. (It is mostly found on an IDE on a computer, by pressing Alt+Space)
21st Jun 2017, 9:55 PM
Limitless
Limitless - avatar
+ 1
got it. Thank you Limitless ! :)
21st Jun 2017, 9:56 PM
rahul raparia
0
Do you mean the Javadoc?
21st Jun 2017, 9:51 PM
Limitless
Limitless - avatar
0
yes.
21st Jun 2017, 9:52 PM
rahul raparia