====== Error Handling Checklist ====== **Version:** 2.0\\ **Scope:** Exceptions, cleanup, stack traces, deterministic resource management. ===== Checks ===== * [ ] No empty catch/except blocks * [ ] Errors logged BEFORE handling * [ ] Specific exceptions before general * [ ] Stack trace preserved on re-throw * [ ] Resources cleaned up deterministically ---- //Version: 2.0 (Split)//\\ //Author: Wolfgang van der Stille// Back to [[start|Code Checklists]] | [[..:start|Review Checklists]] ~~DISCUSSION:off~~