TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

27 点作者 justinucd大约 8 年前

1 comment

justinucd大约 8 年前
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.