clean-code - Concepts
Explore concepts tagged with "clean-code"
Total concepts: 3
Concepts
- SOLID Principles - Five fundamental design principles for creating maintainable, scalable, and flexible object-oriented software systems.
- Self-Documenting Code - Code written so clearly that it explains itself without requiring extensive external documentation.
- Single Responsibility Principle - The software design principle stating that a module, class, or function should have one and only one reason to change, keeping it focused on a single concern.
← Back to all concepts