17.6k views
5 votes
. What is an "anti-pattern"?

Give an example of an anti-pattern and a brief summary of what it is. (Do not use Singleton as an example).

User Vinton
by
8.4k points

1 Answer

6 votes

Step-by-step 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.

User Webduvet
by
8.2k points

Related questions

1 answer
5 votes
94.3k views
1 answer
3 votes
234k views
1 answer
1 vote
141k views