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