File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,14 @@ We recognise that this testing policy will slow things down a bit, but overall
8787it should encourage better long-term health of the app and give everyone more
8888confidence when making changes as coverage increases over time.
8989
90+ For changes guarded by a feature flag, we currently lean towards prioritising
91+ our ability to evolve quickly using such flags and thus we will not currently
92+ require tests to appear at the same time as the initial landing of features
93+ guarded by flags, as long as (for new flagged features going forward) the
94+ feature author understands that they are effectively deferring part of their
95+ work (adding tests) until later and tests are expected to appear before the
96+ feature can be enabled by default.
97+
9098## Design and Product Review
9199
92100We want to ensure that all changes to Element fit with our design and product
You can’t perform that action at this time.
0 commit comments