Why this matters
Documents intent and centralizes change.
Give semantic names to magic numbers/strings and freeze where appropriate.
Documents intent and centralizes change.
Side-by-side examples engineers can pattern-match during review.
sleep 2RETRY_DELAY = 2.seconds
sleep RETRY_DELAYif tries > 3if tries > MAX_RETRIESFrom the same buckets as this rule.