Architecture Principles should be all of the following except
-
complex
-
understandable
-
robust
-
complete
-
consistent
A
Correct answer
Explanation
Effective architecture principles must be understandable (clear and accessible), robust (reliable under various conditions), complete (covering necessary scope), and consistent (no contradictions). Complexity is actually undesirable - principles should be simple and easy to apply. Complex principles create confusion and reduce adoption across the organization.