Skip to content

Commit 15fe709

Browse files
committed
Add section on quality when guarded by a feature flag
1 parent b0c4389 commit 15fe709

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/review.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ We recognise that this testing policy will slow things down a bit, but overall
8787
it should encourage better long-term health of the app and give everyone more
8888
confidence 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

92100
We want to ensure that all changes to Element fit with our design and product

0 commit comments

Comments
 (0)