Direct Code Review

Please watch the introduction video (no audio). You can pause the video at any time to comprehend the content. Click here, if you want to open the example of the video in Eclipse.

Best Practices

  1. Ensure that
    1. uncaught exceptions are allowed according to the documentation.
    2. returned values match with the documentation.
    3. the class invariant is preserved.
    4. all statements can be executed.
  2. If something is suspicious
    1. write executable code if appropriate.
    2. debug the method to review to comprehend performed steps if appropriate.