Quality¶
Code quality describes how well software code meets the goals of being correct, readable, maintainable, efficient, and reliable over time. It’s not just about whether code works: it’s about how easy it is to understand, change, and extend without introducing problems.
See also PHP The Right Way.
Related : Readability, Test, Maintenability, Performance, Consistency, Analysis, Code Review, Code Smell, Code Inventory