Our Debugging Checklist

Things to check if my code does not compile

  • Do not call two variables or methods or classes the same.
  • Make sure there is a ; at the end of each instruction.
  • Remember Java is case-sensitive.

Creating readable code

  • Use comments to describe your methods and important parts of your code.
  • Appropriate method and variable names.
  • Using correct indentation and layour.

Creating user-friendly applications

Leave a comment

Design a site like this with WordPress.com
Get started