====== Code Checklists ====== Checklists for code quality, naming, functions, and error handling. ===== Checklists ===== === Structure & Naming === * [[naming|Naming Conventions]] - Namespaces, type prefixes, naming rules * [[functions|Functions/Methods]] - Size, parameters, SRP === Quality & Performance === * [[error-handling|Error Handling]] - Exceptions, cleanup, stack traces * [[quality|Code Quality]] - Production-ready, DRY, constants * [[performance|Performance]] - Allocations, hot paths, data structures ---- Back to [[..:start|Review Checklists]] ~~DISCUSSION:off~~