Failure Triage
Before diving deep into a stack trace or spending hours reproducing a bug, you must triage it to determine the blast radius, subsystem, and debugging approach.
The Triage Process
- Categorize the Failure:
- Is it a Syntax/Build Error? (Fails before running)
- Is it a Logic Error? (Runs, but produces wrong output)
- Is it an Infrastructure/Environment Error? (Network timeout, missing DB table)
- Is it a Flaky/Non-deterministic Error? (Fails
[Description truncada. Veja o README completo no GitHub.]