-
Notifications
You must be signed in to change notification settings - Fork 0
Style Guide
Vinicius Reif Biavatti edited this page Jul 25, 2022
·
1 revision
This style guide is separated by sections, where each section corresponds to good practices for coding in a specific syntax/context. Here you can find naming conventions, indentation tips, comment hints, etc. You can also find reasons for the usage of some style, do and don'ts, and examples.
If you have some suggestion/question, be free to open an issue to this repository, and we will evaluate your orders with all of will.
- Home
- Structural Naming Conventions
- Format Conventions
- Code Naming Conventions
- Inheritance
- Access Modifiers
- Importation
- Functions and Methods
- Documentation
- Resources