What is the biggest risk of forcing design patterns into simple code?

Practice this question from Quiz: Design Patterns, with options and an explanation.

Question

What is the biggest risk of forcing design patterns into simple code?

Option A — Correct answer

Overengineering and extra complexity

Patterns should clarify intent; unnecessary patterns make code harder to follow.

Option B

Faster compilation

Option C

Automatic thread safety

Option D

Removal of all interfaces

Quiz: Design Patterns

All questions · Previous question · Next question

Open on QuizMaker