probably not everyone is familiar with the circuit breaker design patter and why it could be useful, it would be nice to add a bit more context just in case.
Someone suggested:
E.g. Interruttore is a [circuit-breaker] implementation for Clojure. Circuit breakers help you write simpler, more robust code in cases where failures might happen (e.g. network or db is down), etc.
improve that suggestion
probably not everyone is familiar with the circuit breaker design patter and why it could be useful, it would be nice to add a bit more context just in case.
Someone suggested:
E.g. Interruttore is a [circuit-breaker] implementation for Clojure. Circuit breakers help you write simpler, more robust code in cases where failures might happen (e.g. network or db is down), etc.
improve that suggestion