Feature Flag and Strategy pattern with the Symfony framework
5 min readMar 7
--
📖 The feature flag is a method to update and change the behavior of an application without changing the code.
I did a video about this topic (🎥 pardon my French 🥖).
Most of the time the feature flag is stored in a table, with a simple boolean, and when you want to check if the toggle is enabled you fetch the good row based on the…