Skip to content
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

Merged
merged 3 commits into from
Nov 10, 2023
Merged

[Docs] Small cleanup and improvements #1782

merged 3 commits into from
Nov 10, 2023

Conversation

martintmk
Copy link
Contributor

@martintmk martintmk commented Nov 10, 2023

Details on the issue fix or feature implementation

Just some docs cleanup.

Confirm the following

  • I started this PR by branching from the head of the default branch
  • I have targeted the PR to merge into the default branch
  • I have included unit tests for the issue/feature
  • I have successfully run a local build

Copy link

codecov bot commented Nov 10, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (56890d8) 84.56% compared to head (a4565bf) 84.56%.

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           
Flag Coverage Δ
linux 84.56% <ø> (ø)
macos 84.56% <ø> (ø)
windows ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@@ -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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@martintmk martintmk enabled auto-merge (squash) November 10, 2023 14:04
@martintmk martintmk merged commit 6978c8f into main Nov 10, 2023
14 checks passed
@martintmk martintmk deleted the mtomka/docs-impr branch November 10, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants