I generally use whatever package is en vogue for my backend framework (in Elixir land, there's a package called FunWithFlags I'm using which gives me a little UI for enabling/disabling them, and some functions for checking status wherever needed in code).
Okay cool thx :) this is new territory for us but now with this use case I think we have to add feature flagging, it’ll make release so much less stressful
Strongly recommend it! Long-running branches that may diverge significantly from main are quite the momentum killer (stress, uncertainty, accumulating sense of inertia).
Comments