awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesDRY Principles

Strategies for eliminating code duplication through reusable components and logic shared across the application.

Distinct from Implementation Patterns: Existing candidates focus on implementation patterns or AI integration; a general DRY principle tag is needed for broad reuse strategies.

Explore 1 awesome GitHub repository matching software engineering & architecture · DRY Principles. Refine with filters or upvote what's useful.

Awesome DRY Principles GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • alexeymezenin/laravel-best-practicesalexeymezenin का अवतार

    alexeymezenin/laravel-best-practices

    12,299GitHub पर देखें↗

    This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable applications within the Laravel framework. It focuses on clean code standards, applying the single responsibility and DRY principles to ensure codebase predictability and consistency. The guide emphasizes decoupling components by moving business logic into service layers and shifting input validation into dedicated request classes to keep controllers lean. It advocates for the use of a service container and dependency injection to reduce class coupling and improve testability. The

    Promotes the DRY principle by using query scopes and shared templates to eliminate redundant logic.

    GitHub पर देखें↗12,299
  1. Home
  2. Software Engineering & Architecture
  3. DRY Principles