Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,335

    Re: Commenting your code: RIGHT or WRONG way?

    The comment itself if poorly written. But this comment is actually a javadoc, so it is important to include. In fact, it should also have a param tag which describes the purpose of the someName...
  2. Replies
    5
    Views
    1,335

    Re: Commenting your code: RIGHT or WRONG way?

    Javadoc is a MUST. You should always put javadocs in front of public methods and class declarations. There are also some valid arguments for putting them on private class variables and private...
Results 1 to 2 of 2