+ 2
What is the importance of documentation comment in java
I don't understand what is the difference between the documentation comment and the multi line comment
2 Answers
+ 5
They’re generally good for keeping track of a complex program.
I found this out the hard way: I wrote a multi-thousand line program with no documentation and came back to it a few months later, I had no idea what half of my code was responsible for. It took me hours to get the gist of it whereas a couple of single-line comments would have saved me all that time.
+ 1
I mean what is the difference between the documentation comment and the multi line comment
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
0 Votes
Тренажер кода
0 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes