Expose feature flags as package
See original GitHub issueIs your feature request related to a problem? Please describe.
Security is currently using a v*
branching model for major releases which causes heartache depending on how long that major version is in development.
Describe the solution you’d like
Would it be possible to expose the JavaScript and Sass feature flag implementation as a package for teams to leverage the infrastructure already in use throughout Carbon?
Describe alternatives you’ve considered
Importing the feature flag files from carbon-components
and carbon-components-react
directly.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Feature Toggles (aka Feature Flags) - Martin Fowler
Feature Toggles (often also refered to as Feature Flags) are a powerful technique, allowing teams to modify system behavior without changing code. They...
Read more >Expose feature flags as package · Issue #2444 - GitHub
Expose feature flags as package #2444 ... Importing the feature flag files from carbon-components and carbon-components-react directly.
Read more >Progressive experimentation with feature flags - Azure DevOps
Learn how to use feature flags to progressively experiment with new features using the production environment.
Read more >Feature Flags | Atlassian
Feature flags is a software technique that enables teams to make changes without additional code. Read about benefits, use cases and more.
Read more >Essential Guide to Feature Flags - Split Software
Feature flags allow you to scientifically validate your product ideas. A good feature flagging system allows a product manager to slice and dice...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
As there’s been no activity since this issue was marked as stale, we are auto-closing it.
@asudoh / @joshblack - That’s right, and apologies for the confusion! We want to leverage the feature flag infrastructure that Carbon’ uses to prevent us having to reimplement a separate solution ourselves.