Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADR Feature flag #34

Closed
wants to merge 5 commits into from
Closed

ADR Feature flag #34

wants to merge 5 commits into from

Conversation

palemtnrider
Copy link
Contributor

fixes #17

@palemtnrider palemtnrider marked this pull request as draft September 6, 2021 03:48
@palemtnrider palemtnrider changed the title Feature flag ADR ADR Feature flag Sep 6, 2021
@palemtnrider palemtnrider marked this pull request as ready for review September 6, 2021 23:49

## Context

As our organization grows, we will have more developers and more work in flight. Commonly, this results in long-lived branches, complicated testing environments, and slower release cycles. Using feature falgs allows us to develop closer to the trunk and separate releasing from delivering software. In addition, feature flags can be used for beta testing new features without special builds, operational controls, for example, kill switches, progressive and ring-based deployments, and in some cases, features available by product tiers.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
As our organization grows, we will have more developers and more work in flight. Commonly, this results in long-lived branches, complicated testing environments, and slower release cycles. Using feature falgs allows us to develop closer to the trunk and separate releasing from delivering software. In addition, feature flags can be used for beta testing new features without special builds, operational controls, for example, kill switches, progressive and ring-based deployments, and in some cases, features available by product tiers.
As our organization grows, we will have more developers and more work in flight. Commonly, this results in long-lived branches, complicated testing environments, and slower release cycles. Using feature flags allows us to develop closer to the trunk and separate releasing from delivering software. In addition, feature flags can be used for beta testing new features without special builds, operational controls, for example, kill switches, progressive and ring-based deployments, and in some cases, features available by product tiers.

As our organization grows, we will have more developers and more work in flight. Commonly, this results in long-lived branches, complicated testing environments, and slower release cycles. Using feature falgs allows us to develop closer to the trunk and separate releasing from delivering software. In addition, feature flags can be used for beta testing new features without special builds, operational controls, for example, kill switches, progressive and ring-based deployments, and in some cases, features available by product tiers.

Feature flags can be simple environment variables passed into a program, or a SaaS service used to define, serve, and check flags at runtime.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This really needs a problem statement with some practical examples of the sorts of features we'd ship with this

@mnowster mnowster closed this May 26, 2022
@mnowster mnowster deleted the adr-feature-flags branch May 26, 2022 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature flagging solution
3 participants