Search:

Type: Posts; User: pbrockway2

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    1,167

    Re: Help me improve my code.

    You ought to be a little careful if you call methods in the constructor. If they can be overridden by subclasses (ie are not marked final): there could be surprises.
  2. Replies
    6
    Views
    1,167

    Re: Help me improve my code.

    On the readability front there are a few things you could do. (Most advice you'll get in this category comes with the label "my 2c". You may think it's overvalued...)

    Use Java coding conventions...
Results 1 to 2 of 2