Coding Standards - Pasarus/FelineAdoptionAgencyMajorProject GitHub Wiki
When utilizing Kotlin please adhere to, the basic Coding Conventions prescribed on www.kotlinlang.org:
- https://kotlinlang.org/docs/reference/coding-conventions.html
- Using Android Studio and Kotlin, before committing code all code should be formatted correctly
When using Python please adhere to, the basic Coding Conventions prescribed on www.python.org:
- https://www.python.org/dev/peps/pep-0008/
- Using Pycharm before committing code all code should be formatted correctly