Skip to main content

Thoughts on Experimental Features

· One min read
Matiss Janis Aboltins

We are introducing a new policy for managing experimental features. This is to ensure the codebase does not become cluttered with unfinished features.

The short version is:

  • abandoned experimental features will be removed from the codebase
  • experimental features cannot be used as a toggle for small visual and/or functional quirks (i.e should category selector show hidden categories or not?)

Read more in the feature flags page.