Respuesta :

Explanation:

Anti - pattern -

Anti-pattern are the software development design patterns that are considered bad programming practices .

For example , an anti-pattern designing might involve making a god object which performs multiple functionalities, and the better design pattern would be to separate out each function into different objects.