Comment on Principles for building and scaling feature flag systemsparentComments−hamandcheese2yPartial rollout should be by hash on user idWith a per-flag salt as well, otherwise the same user will always have bad luck and be subject to experiments first.−zellyn2yOur in-house solution hashes flagname+key, and LD does the same but adds salt
Comments
With a per-flag salt as well, otherwise the same user will always have bad luck and be subject to experiments first.
Our in-house solution hashes flagname+key, and LD does the same but adds salt