docs(fail-fast): update broken Fowler bliki citation link to IEEE Software reprint - #460
docs(fail-fast): update broken Fowler bliki citation link to IEEE Software reprint#460mjmirza wants to merge 2 commits into
Conversation
…icle reprint Replaces HTTP 404 URL https://martinfowler.com/bliki/FailFast.html with the live, authoritative IEEE Software article PDF reprint link https://martinfowler.com/ieeeSoftware/failFast.pdf hosted on Fowler's site, and updates .ref-cache.json accordingly. Co-authored-by: mjmirza <34001140+mjmirza@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
…icle reprint Replaces HTTP 404 URL https://martinfowler.com/bliki/FailFast.html with the live, authoritative IEEE Software article PDF reprint link https://martinfowler.com/ieeeSoftware/failFast.pdf hosted on Fowler's site, updates .ref-cache.json, and regenerates family index and catalogue status files. Co-authored-by: mjmirza <34001140+mjmirza@users.noreply.github.com>
Problem
The
Fail Fastentry (patterns/04-principles-and-laws/fail-fast.md) citedhttps://martinfowler.com/bliki/FailFast.html, which currently returns an HTTP 404 error.Evidence & Verification
https://martinfowler.com/bliki/FailFast.htmland confirmed HTTP 404 status.https://martinfowler.com/ieeeSoftware/failFast.pdf(returns HTTP 200).patterns/04-principles-and-laws/fail-fast.md.python3 tools/validate-refs.py --strictto update.ref-cache.json.Impact & Validation
tools/check-structure.py,tools/check-prose.py,tools/check-code.py --only fail-fast,tools/validate-refs.py --strict,tools/check-duplicates.py --strict, andmake test. All checks passed clean.Confidence Score
PR created automatically by Jules for task 6947628262394293372 started by @mjmirza