Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.