Full disclosure: made by a former LaunchDarkly employee + current fan.
Show HN: Dorkly – Open source feature flags
1–10 of 104 posts
Re: Show HN: Dorkly – Open source feature flags
#2Re: Show HN: Dorkly – Open source feature flags
#3Re: Show HN: Dorkly – Open source feature flags
#4I like the idea of the flags being managed via normal change-management processes. In your experience, is it primarily developers in charge of enabling/disabling flags or have you seen responsibility diffused across departments (marketing, sales, etc)?
Thankfully GitHub has an easy web-based Pull Request process. It's not as simple as a custom UI, but could be used by non-engineers to change flags.
Re: Show HN: Dorkly – Open source feature flags
#5Open to missing something though, curious what others experience has been
Re: Show HN: Dorkly – Open source feature flags
#6If it's something controlled by the PR why is it even a feature flag? Seems like you lose a huge chunk of the benefit and might as well just change the code at that point. This to me seems like the wrong place to be controlling them, i certainly don't want to have to make a PR and merge it when a site issue is happening. Open to missing something though, curious what others experience has been
Re: Show HN: Dorkly – Open source feature flags
#7I like the idea of the flags being managed via normal change-management processes. In your experience, is it primarily developers in charge of enabling/disabling flags or have you seen responsibility diffused across departments (marketing, sales, etc)?
I have mostly seen developers in charge of changing flags, but there is also great value in empowering other roles to change flags (One example: sales people can unlock features as they sell them). Thankfully GitHub has an easy web-based Pull Request process. It's not as simple as a custom UI, but could be used by non-engineers to change flags.
Re: Show HN: Dorkly – Open source feature flags
#8If it's something controlled by the PR why is it even a feature flag? Seems like you lose a huge chunk of the benefit and might as well just change the code at that point. This to me seems like the wrong place to be controlling them, i certainly don't want to have to make a PR and merge it when a site issue is happening. Open to missing something though, curious what others experience has been
I think the idea is that it's a separate flags repo?
Re: Show HN: Dorkly – Open source feature flags
#9Re: Show HN: Dorkly – Open source feature flags
#10I like the idea of the flags being managed via normal change-management processes. In your experience, is it primarily developers in charge of enabling/disabling flags or have you seen responsibility diffused across departments (marketing, sales, etc)?
I have mostly seen developers in charge of changing flags, but there is also great value in empowering other roles to change flags (One example: sales people can unlock features as they sell them). Thankfully GitHub has an easy web-based Pull Request process. It's not as simple as a custom UI, but could be used by non-engineers to change flags.
That's a licensing thing, not a feature flag.