====== Functions/Methods Checklist ====== **Version:** 2.0\\ **Scope:** Function size, signatures, SRP, naming. ===== Checks ===== * [ ] 12-24 lines ideal (max 40) * [ ] Max 5-7 parameters * [ ] Single responsibility * [ ] Verb-first naming (Get, Set, Calculate, Process) ---- //Version: 2.0 (Split)//\\ //Author: Wolfgang van der Stille// Back to [[start|Code Checklists]] | [[..:start|Review Checklists]] ~~DISCUSSION:off~~