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