Questions tagged [feature-toggles]
Feature Toggles are a technique applied by Software Engineers to code bases, allowing teams to modify system behaviour without changing code. Feature Toggles are closely related to the concept of Feature Flags.
9 questions
0 votes
0 answers
62 views
How to use the Unleash Edge proxy?
I have a running setup with an Unleash SaaS instance and an Unleash Proxy. I have a backend that connects directly to https://eu.app.unleash-hosted.com/eu.../api and React SDK client that connects to ...
4 votes
2 answers
3k views
feature flags vs versioning for APIs
We are looking at moving to a trunk based development branching strategy rather than gitflow that we currently use. I understand that feature flags are crucial to trunk based development. However, is ...
2 votes
0 answers
315 views
What is the preferred method of using feature flags in Flask? [closed]
I wanted to ask what the preferred tool, method or framework is when using feature flags with Flask applications. The main problem is that the most relevant result has not seen an update since 3 years,...
2 votes
0 answers
180 views
What feature toggle frameworks are available out there? [closed]
Question inspired by How to persuade developers to start using feature flag toggles? Find a feature toggle framework. Management/the business may be more amenable to trying something supported by ...
20 votes
2 answers
2k views
What is a 'Feature Flag Toggle' and when to use them (or not)?
There are some questions about feature flag toggles, such as: How to persuade developers to start using feature flag toggles? How to use feature flag toggles? Questions: What is actually a "feature ...