BB3_27_MT02 — Exceptions and stack traces, actually reading them Goal: read stack traces fast, find the “first useful line,” and follow cause chains correctly.
BB3_27_MT04 — Logging + assertions + defensive checks Goal: choose the right visibility tool (log vs debugger vs fail-fast), and write checks that protect code without lying.