Files
actual/packages/docs/blog/2024-02-20-experimental-features.md
2025-11-07 18:17:14 +00:00

720 B

title, description, date, slug, tags, hide_table_of_contents, authors
title description date slug tags hide_table_of_contents authors
Thoughts on Experimental Features New policy for managing experimental features 2024-02-20T10:00 experimental-features
announcement
false MatissJanis

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.