Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Code Review on Android Projects

Code Review on Android Projects

Code Review is a tedious process sometimes, but I believe that we need to spend more time on that. Maybe it is an opportunity for you to learn or share some knowlegde.
I listed some points that I consider necessary to check in a Code Review process on Android Projects.

Moro

July 10, 2020
Tweet

More Decks by Moro

Other Decks in Programming

Transcript

  1. Dirt Codes • Unused imports • Unused resources like drawables,

    strings, colors, and so on • Commented code
  2. Danger Code Zones The danger code is the code that

    the reviewer looks at the first moment and says: “This code doesn’t make any sense” or “Nothing uses this code”
  3. Automated Code Review - Advantages • You can use in

    public repositories that you have; • You can have your repository rated according to your code quality Disadvantages • Need to share your code with Codebeat; • It is not effective to check XML files.