What do you consider to be the main factors in a quality design of a system?
Following the GRASP Patterns (low coupling / high coesion, protected variations, etc). What more?
What do you consider to be the main factors in a quality design of a system?
Following the GRASP Patterns (low coupling / high coesion, protected variations, etc). What more?
Probably, you could also look into:
DRY, YAGINI, Rigidity, Fragility, Viscosity, Immobility.
You can refer here for explanation of some of them.