Code Quality

There are two ways of constructing a software design: one way is to make it so simple that there are obviously no deficiencies and the other way is to make it so complicated that there are no obvious deficiencies. - C.A.R. Hoare
A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away. - Antoine de Saint-Exupery

Coupling and Cohesion

Code Metrics

Code Smells

Anti-patterns

Refactoring

Technical Debt

Other thoughts and opinions on code quality, some with code samples