coding-standards
affaan-m/ECC
This comprehensive guide establishes foundational coding standards and best practices for enhancing code quality, readability, and maintainability across all projects. It covers naming conventions, immutability patterns, error handling, and core design principles like KISS, DRY, and YAGNI, applicable to TypeScript, JavaScript, and React development. Use it when starting a new module or performing code reviews.