https://github.com/letscooee/code-culture
Contains the documentation about code culture followed by Cooee. These code standards help increase readability and maintainability.
https://github.com/letscooee/code-culture
best-practices company-culture culturedcode
Last synced: 6 months ago
JSON representation
Contains the documentation about code culture followed by Cooee. These code standards help increase readability and maintainability.
- Host: GitHub
- URL: https://github.com/letscooee/code-culture
- Owner: letscooee
- Created: 2020-06-16T08:32:45.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T11:19:24.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T08:45:07.856Z (over 1 year ago)
- Topics: best-practices, company-culture, culturedcode
- Homepage: https://www.letscooee.com/
- Size: 1.18 MB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Code culture, standards & process followed in Cooee
### Reading conventions
To enforce the code culture document within the team, it is always hard to provide the link of any specific
guideline that's why a convention is used. For example-
- **CC3.2.1** means you have to check the `1. Naming Conventions` guideline in `3-git/2-branch-convention.md/`.
- **CC1.1.2** means you have to check the `2. Maximum line width` guideline in `1-general/README.md`.
- **CC2.1.4.4** means you have to check the 4th bullet point of `4. Code-level general verification` guideline in
`2-code-review/1-after-merge-request.md`.