Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMissing javadoc for functions #1202
Comments
|
Let's make this a |
|
Which methods are you referring to? (any specific classes / package ? ) |
|
The |
|
I think our checkstyle config does check for presence of javadocs. For the specific case you mentioned, I think it can be a first timer issue, but perhaps issue #1207 should be resolved first as it affects the same data structure |
There are many methods in the backend which don't have any javadoc This makes it difficult for first-time developers to understand the backend code.
Suggestion: Let's add javadoc for missing functions so that it becomes easier for someone reading the code to do it.