Direct Code Review
Please watch the introduction video (no audio). You can pause the video at any time to comprehend the content.
Best Practices
- Ensure that
- uncaught exceptions are allowed according to the documentation.
- returned values match with the documentation.
- the class invariant is preserved.
- all statements can be executed.
- If something is suspicious
- write executable code if appropriate.
- debug the method to review to comprehend performed steps if appropriate.