Content deleted Content added
naming |
Cleaned up introductory paragraph |
||
Line 3:
{{howto|date=September 2013}}
}}
'''Circuit breaker''' is a [[Design pattern (computer science)|design pattern]] used in modern [[software development]]. It is used to detect failures and encapsulates the logic of preventing a failure from constantly recurring, during maintenance, temporary external system failure or unexpected system difficulties.
==Common Uses==
|