Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.68 KB

File metadata and controls

44 lines (37 loc) · 1.68 KB

Unified Dev Docs

This repository contains best practices, guidelines, and standards for development and Git usage.

Available documentation

Arborescence

Proposition of directory tree

├── README.md                       # General description and instructions for using the repository
│
├── EnvironmentSetup/               # Development environment configuration
│   ├── IDEConfigurations/          # Configurations for IDEs and editors
│   └── VersionControl/             # Version control tools configuration
│
├── CodingStandards/                # Coding standards and conventions
│
├── DependencyManagement/           # Dependency management
│
├── TestingQualityAssurance/        # Testing and quality assurance
│   ├── LintersFormatters/          # Use of linters and code analyzers
│   └── ContinuousIntegration/      # Continuous Integration
│
├── ProjectDocumentation/           # Project documentation
│
├── SecuritySecretsManagement/      # Security and secrets management
│
├── PerformanceOptimization/        # Performance and optimization
│
├── CollaborationCodeReview/        # Collaboration and code review
│
└── DeploymentMaintenance/          # Deployment and maintenance
    └── MonitoringLogging/          # Monitoring and logging