Skip to content
代码片段 群组 项目
提交 3f308128 编辑于 作者: Arnav Goel's avatar Arnav Goel 提交者: Suzanne Selhorn
浏览文件

Vale fixes for development/transient/prevention-patterns.md

上级 c6f07a56
No related branches found
No related tags found
无相关合并请求
...@@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w ...@@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Preventing Transient Bugs # Preventing Transient Bugs
This page will cover architectural patterns and tips for developers to follow to prevent [transient bugs.](https://about.gitlab.com/handbook/engineering/quality/issue-triage/#transient-bugs) This page covers architectural patterns and tips for developers to follow to prevent [transient bugs.](https://about.gitlab.com/handbook/engineering/quality/issue-triage/#transient-bugs)
## Common root causes ## Common root causes
...@@ -21,7 +21,7 @@ We've noticed a few root causes that come up frequently when addressing transien ...@@ -21,7 +21,7 @@ We've noticed a few root causes that come up frequently when addressing transien
### Don't rely on response order ### Don't rely on response order
When working with multiple requests, it's easy to assume the order of the responses will match the order in which they are triggered. When working with multiple requests, it's easy to assume the order of the responses matches the order in which they are triggered.
That's not always the case and can cause bugs that only happen if the order is switched. That's not always the case and can cause bugs that only happen if the order is switched.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册