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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesFeature Flags

Mechanisms for toggling code paths or optimized features at runtime.

Distinct from Code Optimization: Focuses on runtime feature toggling for optimization, distinct from general code refactoring.

Explore 2 awesome GitHub repositories matching development tools & productivity · Feature Flags. Refine with filters or upvote what's useful.

Awesome Feature Flags GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • reactjs/react.devreactjs का अवतार

    reactjs/react.dev

    11,765GitHub पर देखें↗

    React is a JavaScript library for building user interfaces through the composition of modular, self-contained components. It employs a declarative programming model where developers describe the desired visual state, and the library automatically manages the underlying document updates and state synchronization. By utilizing a virtual representation of the document, it calculates and applies minimal changes to the browser, ensuring efficient rendering even in complex applications. The library distinguishes itself through a sophisticated scheduling system that manages rendering work in increme

    Allows conditional execution of optimized code paths via feature flags.

    JavaScriptdocumentationjavascriptreact
    GitHub पर देखें↗11,765
  • gotalab/cc-sddgotalab का अवतार

    gotalab/cc-sdd

    2,631GitHub पर देखें↗

    This project is an AI agent orchestration framework that installs a complete, spec-driven software development lifecycle across multiple AI coding agents. It coordinates agents through sequential stages from discovery and requirements through design to autonomous implementation, with each task receiving independent review. The system distinguishes itself by spawning a fresh implementer and reviewer per task, running test-driven development behind feature flags, and automatically debugging on failure. New code is introduced behind feature flags to isolate changes and enable safe rollback, whil

    Introduces new code behind feature flags during autonomous implementation to isolate changes and enable safe rollback.

    TypeScriptclaude-codecodexcursor
    GitHub पर देखें↗2,631
  1. Home
  2. Development Tools & Productivity
  3. Code Optimization
  4. Feature Flags