Code Review Checklist Java
Code Review Checklist Java
3. Method Calls
[ ] Are all objects (including Strings) compared with "equals" and not "=="?
6. Output Format
8. Exceptions
[ ] Are all relevant exceptions caught?
[ ] Is the appropriate action taken for each catch block?
9. Flow of Control
10. Files