1
4 Comments

looking for peoples who use features flags in their product

Hello.

I'm looking for peoples who using feature flags in their products, e.g. for discovery process or just testing in products. I want to talk about your process and current approach.

Thanks!

on July 17, 2020
  1. 2

    I used to work in a company that used it as a process for onboarding features to clients.
    I don't think you'd get many responses from small projects doing something like that

    1. 1

      thanks! no data is data as well =) Was it a web app or mobile? Self-developed or something 3rd party service?

      1. 2

        Large scale web service, self developed. Pretty large scale...

        Thinking of it some more, there was another company I worked in that did it on a small scale, almost as ab testing for a new feature, but a few could be running... They didn't have it down to a science like the other one, would be very wary to keep anything past a week or so.

        Didn't hear about it much in apps, but I'm not normally too close to them, and usually things around releases and such are so brutal that I can't imagine too many acne afford to do many of these things

  2. 1

    We use FF in the team I'm working on. We work on enterprise applications in a microservice environment.