Search:

Type: Posts; User: GregBrannon

Search: Search took 0.08 seconds.

  1. Re: Requesting Constructive Criticism About My Code

    Write methods as general as possible. If you write a method called getUserName() so that it includes all possible cases of getting a person's user name with corresponding fault handling, then you...
  2. Re: Requesting Constructive Criticism About My Code

    Post your code between code tags.

    Empty catch blocks are worthless and a bad habit.

    To PhHein's point about the length and purpose of the main() method: If you've learned about the use of...
Results 1 to 2 of 2