BD Project Conventions provides a comprehensive framework for enforcing high-level project architecture standards, focusing on feature-based organization over traditional file-type grouping. It serves as a guide for developers to maintain consistency during scaffolding and refactoring by providing standardized directory patterns for Flutter, Android, iOS, React, Python, Go, and Node. By automating adherence to best practices—such as avoiding hardcoded paths, managing secrets via environment variables, and streamlining import hierarchies—this skill significantly reduces technical debt and build-time errors in complex, polyglot environments.
Características Principales
01Anti-pattern detection and remediation
02Environment configuration and secret management
03Feature-based code organization patterns
04Cross-platform directory structure templates
05Standardized import ordering and barrel exports
060 GitHub stars