Skip to content
 
 

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

JavaCodeGuidelines

A code review checklist for Java/Android projects.

Java

  • Does the project pass all tests on the CI server?
  • Are there any obvious java errors? (In particular NPEs)
  • Is the code understandable with the current level of commenting?
  • Does the code have correct style? (Auto formatting)
  • Are there any obvious technologies that could improve the code (Butterknife, Dagger ect).

Android

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors