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.