6 ms·
More principles - Require in code defaults for fault tolerance - Start annoying the flag author to delete if the flag is over a month old - Partial rollout s
by adasdasdas 3y ago
More principles
- Require in code defaults for fault tolerance
- Start annoying the flag author to delete if the flag is over a month old
- Partial rollout should be by hash on user id
- Contextual flag features should always be supplied by client (e.g. only show in LA, the location should be provided by client)
- hamandcheese 3y ago> Partial rollout should be by hash on user id With a per-flag salt as well, otherwise the same user will always have bad luck and be subject to experiments first.
- zellyn 3y agoOur in-house solution hashes flagname+key, and LD does the same but adds salt
- tantalor 3y ago> Start annoying the flag author to delete if the flag is over a month old No problem, filter that email directly to spam folder.
- stravant 3y agoBetter yet require always the same default for boolean flags, so that it's easier to reason about lifecycle for them.