Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save maheshwarLigade/4779de83b868f59b730c to your computer and use it in GitHub Desktop.

Select an option

Save maheshwarLigade/4779de83b868f59b730c to your computer and use it in GitHub Desktop.
Code Review Checklist for Android (Java Only)

Code Review

  1. Is the functionality correct?
  2. Are the classes named suitably?
  3. Are the functions named suitably?
  4. How's the datastructure being used? Is the correct DS or it needs improvement
  5. Can the classes be further borken into small classes?
  6. Does the large set of input for a function deserve a new bean to be created?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment