Back to all

single-responsibility

by OmniaffixDave

01Feb 8, 2026Visit Source
Each function should do exactly one thing and do it well Use when enforcing code quality standards. Quality category skill.