Why and When you need Feature Flags — with examples
What is a Feature Flag?
Feature Flag is a coding practice where while working on a new feature, everything related to that feature will be developed in a such a way that the feature can be enabled/disabled from a boolean flag.
That means we don’t nee...
canopas.hashnode.dev1 min read