You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/best-practices/defensive-coding.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ sidebar_label: Defensive Coding
4
4
sidebar_position: 30
5
5
---
6
6
7
-
Introducing Feature Flags and Remote Config to your applications can provide a wealth of benefits, but there are also a few drawbacks. Fortunately, the majority of these can be avoided through [defensive coding](#defensive-coding) and sensible approaches to default flags.
7
+
Introducing feature flags and remote config to your applications can provide a wealth of benefits, but there are also a few drawbacks. Fortunately, the majority of these can be avoided through [defensive coding](#defensive-coding) and sensible approaches to default flags.
8
8
9
9
In addition to the approaches you can take integrating our SDKs, there are a number of [Design for Failure](#designing-for-failure) concepts that are built into the platform architecture to ensure that Flagsmith provides a reliable, dependable solution.
0 commit comments