Feature Gating part 2 : how can we store the flags?
In the first article of this series we discussed the general concept behind Feature Gating, now we will talk a little about how we can store the flags. A very naive approach is using a simple file per environment. You can serialize your flags in any way you want, json,...
2018, Feb 28 — 3 minute read