commitdev / zero

Allow startup developers to ship to production on day 1
https://getzero.dev
Mozilla Public License 2.0
557 stars 51 forks source link

Feature Flagging #237

Open bmonkman opened 3 years ago

bmonkman commented 3 years ago

Look into feature flagging support for the backend and frontend. Worth it to build our own? Most likely better to go with an industry leader like LaunchDarkly, but there will be a cost associated. After making a decision, either build this functionality or integrate an existing tool.

GrooveStomp commented 3 years ago

Now that we're ostensibly support both NodeJS and Go on the backend, I think it makes for an even stronger case to use Launch Darkly.

bmonkman commented 3 years ago

After some more investigation we will integrate LaunchDarkly. The cost is a downside, but at the point feature flagging makes sense for an organization they may be at a point where the cost is tolerable. Doing this ourselves would be a significant undertaking, and the open source options out there just don't cut it.