-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Nimbus & Experiments
roux g. buciu edited this page Apr 21, 2023
·
8 revisions
Nimbus is Mozilla's platform for experimentation. This can take the form of A/B tests, different layouts, etc. Any experiment should be temporary, and, once results are in, the application code should be updated to remove the experiment and hard-code what is desired.
We also use Nimbus as a source of truth for the feature flag system in the app. For feature flags, please see the FeatureFlagsManager.swift class.
For more information, please see the topics found under Nimbus in the wiki home.