Question from the Patterns & Anti-patterns test

What is the name of the anti-pattern when a class becomes overly large and complex?

Waiting for validation

The ____  Anti-Pattern is when a single class in a codebase becomes overly large and complex, accumulating too much responsibility and functionality. This leads to poor code organization, maintenance issues, and difficulties in understanding and modifying the class.

Author: Vincent VaubanStatus: Waiting for validationQuestion not yet passed
0
Community EvaluationsNo one has reviewed this question yet, be the first!