readability - Concepts
Explore concepts tagged with "readability"
Total concepts: 2
Concepts
- Self-Documenting Code - Code written so clearly that it explains itself without requiring extensive external documentation.
- Cognitive Complexity - A measure of how difficult code is to understand, complementing cyclomatic complexity with human readability factors.
← Back to all concepts