TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Featureflags.io – microsite for feature flag best practices, libraries

27 pointsby justinucdabout 8 years ago

1 comment

justinucdabout 8 years ago
I&#x27;m Justin and I work at LaunchDarkly. We built this microsite to collect content on feature flagging best practices and put it into one place. We also have suggestions for feature flag implementation, SDKs, open-source libraries. Whether you are looking to build from an open source library or buy a solution, it is important to understand the fundamentals of feature flag-driven development. We&#x27;re also looking for any feedback about other best practices&#x2F;guides&#x2F;tutorials around feature flagging that we can include in the future. We welcome contributions to the microsite on GitHub: <a href="https:&#x2F;&#x2F;github.com&#x2F;launchdarkly&#x2F;featureflags" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;launchdarkly&#x2F;featureflags</a>.<p>Feature flagging&#x2F;toggling is a method by which developers wrap a new feature in a conditional to gain more control over its release. By wrapping a feature with a toggle, it’s possible to isolate its effect on the system and to turn that toggle on or off independent from a deployment. This effectively separates feature rollout from code deployment. Feature toggling is a core component of continuous delivery that empowers software organizations to release quickly and reliably.