We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1083490 commit ad7b087Copy full SHA for ad7b087
1 file changed
practices/feature-toggling.md
@@ -14,6 +14,7 @@
14
- [Best practice lifecycle](#best-practice-lifecycle)
15
- [Testing toggled features](#testing-toggled-features)
16
- [Designing for failure](#designing-for-failure)
17
+ - [Comments](#comments)
18
- [Further reading](#further-reading)
19
20
## Context
@@ -122,6 +123,8 @@ Best practices:
122
123
- Graceful degradation: Systems should still function, possibly with reduced capability, if a toggle cannot be resolved.
124
- Resilient integration: Ensure that SDKs or services used for toggling are resilient and do not block application startup or core functionality.
125
126
+## Comments
127
+
128
## Further reading
129
130
- [Feature Toggles by Martin Fowler](https://martinfowler.com/articles/feature-toggles.html)
0 commit comments