You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Here is a list of things to check during code reviews.

  • appropriate NullPointerException and IllegalArgumentException argument checks
  • look for unanticipated runtime exceptions
  • look for possible performance problems
  • No labels