Skip to content

Nimbus & Experiments

roux g. buciu edited this page Apr 21, 2023 · 8 revisions

What is this?

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.

Clone this wiki locally