Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/untanukii/codestandards
A repository to define and enforce coding norms, best practices, and standards to ensure consistency, quality, and maintainability across projects.
https://github.com/untanukii/codestandards
best-practices code-quality coding-standards guidelines naming-conventions project-structure pull-requests versioning
Last synced: about 3 hours ago
JSON representation
A repository to define and enforce coding norms, best practices, and standards to ensure consistency, quality, and maintainability across projects.
- Host: GitHub
- URL: https://github.com/untanukii/codestandards
- Owner: UnTanukii
- Created: 2025-01-22T21:15:09.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-01-22T21:22:58.000Z (9 days ago)
- Last Synced: 2025-01-22T22:25:35.238Z (9 days ago)
- Topics: best-practices, code-quality, coding-standards, guidelines, naming-conventions, project-structure, pull-requests, versioning
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# CodeStandards
This repository defines coding norms, standards, and best practices to ensure consistency across projects.
## Documentation
- [Read Me](README.md): General overview and repository guidelines.
- [Commit Guidelines](COMMIT_GUIDELINES.md): Guidelines for commit messages.
- [Versioning Strategy](VERSIONING_STRATEGY.md): Versioning approach and rules.
- [Project Structure](PROJECT_STRUCTURE.md): Guidelines for the structure of the project.
- [Naming Conventions](NAMING_CONVENTIONS.md): Rules for naming variables, functions, and files.## Contributing
If you find this repository useful, feel free to star it! ⭐
If you'd like to contribute, please read the [CONTRIBUTING.md](CONTRIBUTING.md) document for guidelines.
### Personal Organization
This repository helps me stay organized for both my public and private projects. While it's not perfect, it allows me to define consistent practices and ensure high-quality standards across all my work.## Changelog
See the [changelog](CHANGELOG.md) for all changes.