Menu Close

Strangler Fig and feature flags

Part of working with strangler fig is having a feature flags to turn parts on and off.

A few months ago I created:
https://github.com/alesgaroth/delegation to explain it to a co-worker that we want each feature flag only checked in one place, and to contain the code that needs to be deleted when we are deprecating the old code.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.