-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Small cleanup and improvements #1782
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1782 +/- ##
=======================================
Coverage 84.56% 84.56%
=======================================
Files 308 308
Lines 6791 6791
Branches 1044 1044
=======================================
Hits 5743 5743
Misses 839 839
Partials 209 209
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
||
Over the years, many developers have used Polly in various ways. Some of these | ||
recurring patterns may not be ideal. This section highlights the recommended practices | ||
and those to avoid. | ||
recurring patterns may not be ideal. The sections bellow highlights anti-patterns to avoid. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recurring patterns may not be ideal. The sections bellow highlights anti-patterns to avoid. | |
recurring patterns may not be ideal. The sections below highlight anti-patterns to avoid. |
docs/strategies/circuit-breaker.md
Outdated
@@ -306,7 +306,8 @@ sequenceDiagram | |||
|
|||
## Anti-patterns | |||
|
|||
Over the years, many developers have used Polly in various ways. Some of these recurring patterns may not be ideal. This section highlights the recommended practices and those to avoid. | |||
Over the years, many developers have used Polly in various ways. Some of these | |||
recurring patterns may not be ideal. The sections bellow highlights anti-patterns to avoid. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recurring patterns may not be ideal. The sections bellow highlights anti-patterns to avoid. | |
recurring patterns may not be ideal. The sections below highlight anti-patterns to avoid. |
docs/strategies/fallback.md
Outdated
@@ -154,7 +154,8 @@ Here's a breakdown of the behavior when the callback produces either an `HttpSta | |||
|
|||
## Anti-patterns | |||
|
|||
Over the years, many developers have used Polly in various ways. Some of these recurring patterns may not be ideal. This section highlights the recommended practices and ones to avoid. | |||
Over the years, many developers have used Polly in various ways. Some of these | |||
recurring patterns may not be ideal. The sections bellow highlights anti-patterns to avoid. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recurring patterns may not be ideal. The sections bellow highlights anti-patterns to avoid. | |
recurring patterns may not be ideal. The sections below highlight anti-patterns to avoid. |
docs/strategies/retry.md
Outdated
@@ -200,7 +200,8 @@ while (!cancellationToken.IsCancellationRequested) | |||
|
|||
## Anti-patterns | |||
|
|||
Over the years, many developers have used Polly in various ways. Some of these recurring patterns may not be ideal. This section highlights the recommended practices and those to avoid. | |||
Over the years, many developers have used Polly in various ways. Some of these | |||
recurring patterns may not be ideal. The sections bellow highlights anti-patterns to avoid. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recurring patterns may not be ideal. The sections bellow highlights anti-patterns to avoid. | |
recurring patterns may not be ideal. The sections below highlight anti-patterns to avoid. |
docs/strategies/timeout.md
Outdated
@@ -127,6 +127,9 @@ sequenceDiagram | |||
|
|||
## Anti-patterns | |||
|
|||
Over the years, many developers have used Polly in various ways. Some of these | |||
recurring patterns may not be ideal. The sections bellow highlights anti-patterns to avoid. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recurring patterns may not be ideal. The sections bellow highlights anti-patterns to avoid. | |
recurring patterns may not be ideal. The sections below highlight anti-patterns to avoid. |
Details on the issue fix or feature implementation
Just some docs cleanup.
Confirm the following