Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

javadocs documentation #893

Open
patrickzurek opened this issue Oct 20, 2016 · 3 comments
Open

javadocs documentation #893

patrickzurek opened this issue Oct 20, 2016 · 3 comments

Comments

@patrickzurek
Copy link

JIRA issue created by: banderson
Originally opened: 2010-09-27 05:22 PM

Issue body:
(nt)

@patrickzurek
Copy link
Author

JIRA Coment by user: jbrand
JIRA Timestamp: 2012-04-06 11:36 AM

Comment body:

I'm not sure what this one is. I can only assume its one of two things or both.

  1. go through code and make sure all classes and methods are commented per javadoc standards.

  2. run javadoc build and create full set of documentation. post documentation somewhere.

This is 'nice to have' unless someone is asking for it.

@patrickzurek
Copy link
Author

JIRA Coment by user: rcook
JIRA Timestamp: 2012-04-06 11:42 AM

Comment body:

It is both. What we determined we would do was that when you/developers edit a class or method for new stuff or big fixes, enhancements, you would add documentation "as we go" instead of a big project to do it all at once. Is this happening?

@patrickzurek
Copy link
Author

JIRA Coment by user: jbrand
JIRA Timestamp: 2012-04-06 11:50 AM

Comment body:

Of course. One of the 1st things you learn in Java developer school (*) is to write comments using the correct style.

Joking aside - yes, I try to adhere to this. But I've never run the javadoc build target. There is no point unless you have users using your stuff as a live api. Theoretically we do in the case of users creating services, but in today's day and age of powerful IDE's, you usually don't need to bother trolling through javadocs.

  • - I don't know if there is such a place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant