Feature Flag Using Python Decorators
In this blog I will be discussing about a use case where you can use Python decorators as feature flag to disable and enable a function execution. This is helpful when you write a new function and later want to disable if there is any issue with the functionality or not required.
This blog was originally written as Medium Blog. Please click here to read.