DEV Community

Matt Layman
Matt Layman

Posted on • Originally published at mattlayman.com

Feature Flags in Action - Building SaaS #16

In this episode, we used the feature flag system covered last time to add a new feature! We saw how feature flags make sure that your users don't see your feature until you're ready.

Show notes for this stream are at Episode 16 Show Notes.

To learn more about the stream, please check out Building SaaS with Python and Django.

Oldest comments (1)

Collapse
 
cosmicflood profile image
Comiscience

Thanks for your post.

Do you think the use of feature flags is too invasive and may affect the normal operation of the program?

When I promote feature flags to clients, this is the question that get used the most.

What do you think about Launchdarkly's Code reference feature? Would a code analysis tool to help solve unexpected failures caused by Feature flag be useful?