mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
720 B
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 |
|
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.