Skip to content

Commit

Permalink
Remove ref query parameter from link
Browse files Browse the repository at this point in the history
I'm not sure how that query parameter got there in the first place, but
it shouldn't be there.
  • Loading branch information
ploeh committed Sep 2, 2024
1 parent b4f547d commit a08be15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
I often see code that uses Dependency Injection (DI) to inject, say, a logging interface into application code. You can see an example of that in <a href="/2020/03/23/repeatable-execution">Repeatable execution</a>, as well as a suggestion for a better design. Not surprisingly, the better design involves logging Decorators.
</p>
<p>
The Stack Overflow question isn't about logging, but rather about fault tolerance; <a href="https://martinfowler.com/bliki/CircuitBreaker.html?ref=wellarchitected">Circuit Breaker</a>, retry policies, timeouts, etc.
The Stack Overflow question isn't about logging, but rather about fault tolerance; <a href="https://martinfowler.com/bliki/CircuitBreaker.html">Circuit Breaker</a>, retry policies, timeouts, etc.
</p>
<h3 id="02d07297ea6341c6aef55c0fcb76678c">
Injected concern <a href="#02d07297ea6341c6aef55c0fcb76678c">#</a>
Expand Down

0 comments on commit a08be15

Please sign in to comment.