android-coding-standards

Degordian Android coding standard

Contributing

Procedure for adding new rules to the repository:

  1. Check if the error is recurring or critical (important for everybody)
  2. Check if the error is not covered by some of the previous rules
  3. Write a rule to correct the mistake
  4. Write a short code snippet (https://help.github.com/articles/creating-and-highlighting-code-blocks/)
    1. Keep it generic
    2. Minimal code possible
    3. Avoid copy/pasting from private projects
  5. Create a pull request