Skip to content

Instantly share code, notes, and snippets.

@srivastavarobin
Last active January 8, 2025 08:48
Show Gist options
  • Select an option

  • Save srivastavarobin/8954241 to your computer and use it in GitHub Desktop.

Select an option

Save srivastavarobin/8954241 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