Slide 11
Slide 11 text
Feature Toggle
A mechanism to selectively enable and disable features, or
control which features are visible to specific user segments.
Enable dark launch: deploy a change to production and then perform testing
while it’s invisible to most users.
- Modify the code to make calls to new functions, log results without displaying
- Have 1% of users make invisible calls to new feature, fix issues, progressively
increase users to test production load