You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Coding Guideline
Environment
Development Rules
- Develop test driven
- Strive for 100% test coverage
- Do not suppress warnings and issues without a very good reason.
- Only push code after
- all unit tests are green
- successful "./gradlew check"