Skip to content

BH-James/JavaCodeGuidelines

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors